Share via


WizardForm.WizardData Property

Definition

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.

Applies to