DefaultCollectionElementAddCommand.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 Overrides ReadOnly Property Title As String
public override string Title { get; }
public:
virtual property String^ Title {
String^ get () override;
}
public override function get Title () : String
See Also
DefaultCollectionElementAddCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace