ResourceDisplayNameAttribute.ResourceName Property
Name of the string resource containing our display name.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Property ResourceName As String
public string ResourceName { get; set; }
public:
property String^ ResourceName {
String^ get ();
void set (String^ value);
}
public function get ResourceName () : String
public function set ResourceName (value : String)
See Also
ResourceDisplayNameAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace