Partilhar via


WizardCommandAttribute.WizardTypeName Property

The name of the type of the wizard to instantiate.

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

Syntax

'Declaration
Public Property WizardTypeName As String
public string WizardTypeName { get; set; }
public:
property String^ WizardTypeName {
    String^ get ();
    void set (String^ value);
}
public function get WizardTypeName () : String
public function set WizardTypeName (value : String)

See Also

WizardCommandAttribute Class

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