WizardPage.WizardData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the information for the wizard.
protected:
property System::Object ^ WizardData { System::Object ^ get(); };
protected object WizardData { get; }
member this.WizardData : obj
Protected ReadOnly Property WizardData As Object
Property Value
An object that contains data for the wizard.
Remarks
The WizardData property contains the value of the Microsoft.Web.Management.Client.Win32.WizardForm.WizardData property for the WizardForm object.