Share via


CommandModel.Title Property

Provides the title of the CommandModel command. Typically this will appear as the title to a menu in the configuration tool.

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

Syntax

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

See Also

CommandModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace