IEnvironmentalOverridesProperty.DeltaConfigurationStorageConverter Property
The TypeConverter that converts the internal overridden value to a string that can be stored in the delta configuration file.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property DeltaConfigurationStorageConverter As TypeConverter
TypeConverter DeltaConfigurationStorageConverter { get; }
property TypeConverter^ DeltaConfigurationStorageConverter {
TypeConverter^ get ();
}
function get DeltaConfigurationStorageConverter () : TypeConverter
Remarks
In order to use a default implementation, return an instance of DefaultDeltaConfigurationStorageConverter.
See Also
IEnvironmentalOverridesProperty Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace