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 caption that replaces the Next button's caption on the page where the user commits the wizard.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected string ExecuteWizardButtonCaption { get; set; }
protected:
property String^ ExecuteWizardButtonCaption {
String^ get();
void set(String^ value);
}
Protected Property ExecuteWizardButtonCaption As String
Property Value
Type: System.String
Remarks
The caption that appears on this particular page of the wizard must be in the form Noun + Verb (such as "Add User"), per the specification.
See Also
WizardForm.WizardCommit
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top