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.
Gets the title that will be shown for this command in the UI (User Interface).
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Overridable Property Title As String
public virtual string Title { get; 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.Common.Configuration.Design Namespace