ResourceCategoryAttribute.General Property
Returns a localized ResourceCategoryAttribute for the General category.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property General As ResourceCategoryAttribute
public static ResourceCategoryAttribute General { get; }
public:
static property ResourceCategoryAttribute^ General {
ResourceCategoryAttribute^ get ();
}
public static function get General () : ResourceCategoryAttribute
See Also
ResourceCategoryAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace