ResourceDescriptionAttribute.ResourceType Property

A type contained in the assembly we want to get our display name from.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Property ResourceType As Type
public Type ResourceType { get; set; }
public:
property Type^ ResourceType {
    Type^ get ();
    void set (Type^ value);
}
public function get ResourceType () : Type
public function set ResourceType (value : Type)

See Also

ResourceDescriptionAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace