CommandAttribute.TitleResourceType Property
Gets or sets the type 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 TitleResourceType As Type
public Type TitleResourceType { get; set; }
public:
property Type^ TitleResourceType {
Type^ get ();
void set (Type^ value);
}
public function get TitleResourceType () : Type
public function set TitleResourceType (value : Type)
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace