WizardPage.IncludeInHistory Property
Gets or sets a value that indicates whether to include the current page into history so that it can be navigated to from back and forward buttons.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool IncludeInHistory { get; set; }
public:
property bool IncludeInHistory {
bool get();
void set(bool value);
}
Public Property IncludeInHistory As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the current page is included in the history; otherwise, false.
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top