Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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