Share via


WizardPage.PageTitle Property

 

Gets or sets the page title.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string PageTitle { get; set; }
public:
property String^ PageTitle {
    String^ get();
    void set(String^ value);
}
Public Property PageTitle As String

Property Value

Type: System.String

A System.String.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top