Partager via


WizardCommandAttribute.WizardType Property

The type of the wizard to instantiate must derive from WizardModel or will result on an error at runtime.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Property WizardType As Type
public Type WizardType { get; set; }
public:
property Type^ WizardType {
    Type^ get ();
    void set (Type^ value);
}
public function get WizardType () : Type
public function set WizardType (value : Type)

See Also

WizardCommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace