EnvironmentalOverridesAttribute.CustomOverridesPropertyType Property
Specifies a custom property type for the overrides property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Property CustomOverridesPropertyType As Type
public Type CustomOverridesPropertyType { get; set; }
public:
property Type^ CustomOverridesPropertyType {
Type^ get ();
void set (Type^ value);
}
public function get CustomOverridesPropertyType () : Type
public function set CustomOverridesPropertyType (value : Type)
See Also
EnvironmentalOverridesAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace