WizardCommand.WizardType Property
The type of the Wizard.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property WizardType As Type
public Type WizardType { get; }
public:
property Type^ WizardType {
Type^ get ();
}
public function get WizardType () : Type
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace