Share via


EnvironmentalOverridesAttribute.StorageConverterType Property

Specifies a TypeConverter that should be used to serialize the overriden value to the delta configuration file.
This can be used to overwrite a property that doesnt implement IConvertible.

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

Syntax

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

See Also

EnvironmentalOverridesAttribute Class

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