Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace