Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top