ResourceCategoryAttribute.ResourceType Property
Gets the type that contains the resources.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceType As Type
public Type ResourceType { get; }
public:
property Type^ ResourceType {
Type^ get ();
}
public function get ResourceType () : Type
Field Value
The type that contains the resources.
See Also
ResourceCategoryAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace