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 or sets the name of the resource, used to return a localized 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 Property TitleResourceName As String
public string TitleResourceName { get; set; }
public:
property String^ TitleResourceName {
String^ get ();
void set (String^ value);
}
public function get TitleResourceName () : String
public function set TitleResourceName (value : String)
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace