WizardPage.WizardData Property

Definition

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.

Applies to