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 title to be displayed in the title bar (or whatever it is in the new wizard look).
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected string WizardTitle { get; set; }
protected:
property String^ WizardTitle {
String^ get();
void set(String^ value);
}
Protected Property WizardTitle As String
Property Value
Type: System.String
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top