CommandAttribute.CommandModelTypeName Property

Gets or Sets the Command Model Type Name for this command.
The Command Model Type will be used at runtime to display and execute the command.
Command Model Types should derive from the CommandModel class in the Configuration.Design assembly.

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

Syntax

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

See Also

CommandAttribute Class

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