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 to be passed as a target page in the arguments for the pages, which execute in non-linear order.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public WizardPage TargetPage { get; set; }
public:
property WizardPage^ TargetPage {
WizardPage^ get();
void set(WizardPage^ value);
}
Public Property TargetPage As WizardPage
Property Value
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPage
A Microsoft.WindowsServerSolutions.Wizards.WizardPage.
See Also
GettingTargetPageEventArgs Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top