PropertyPage.Title Property

 

Gets or sets the title to use in the property page.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string Title { get; set; }
public:
property String^ Title {
    String^ get();
    void set(String^ value);
}
member Title : string with get, set
Public Property Title As String

Property Value

Type: System.String

The title

Remarks

This property cannot be modified after the page is added to the sheet.

See Also

PropertyPage Class
Microsoft.ManagementConsole Namespace

Return to top