WizardForm.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.
When overridden in a derived class, gets the information for the wizard.
protected public:
virtual property System::Object ^ WizardData { System::Object ^ get(); };
protected internal virtual object WizardData { get; }
member this.WizardData : obj
Protected Friend Overridable ReadOnly Property WizardData As Object
Property Value
An object that contains data for the wizard.
Remarks
If you implement this property in your code, you can store any object in the property value. When an object is stored in the WizardData property, it is available as a Microsoft.Web.Management.Client.Win32.WizardPage.WizardData property on a WizardPage object. This property enables you to create a custom WizardData property.