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 wizard page that is currently displayed to the user.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected WizardPage CurrentPage { get; set; }
protected:
property WizardPage^ CurrentPage {
WizardPage^ get();
void set(WizardPage^ value);
}
Protected Property CurrentPage As WizardPage
Property Value
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage
A Microsoft.WindowsServerSolutions.Wizards.WizardPage.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top