ModulePageInfo.Title Property

Definition

Gets the title of the page.

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Property Value

The title parameter passed to the ModulePageInfo constructor.

Remarks

The title is displayed in Features View of IIS Manager with the icon for the module.

Applies to