ElementProperty.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
Public Overridable ReadOnly Property DeltaConfigurationStorageConverter As TypeConverter
public virtual TypeConverter DeltaConfigurationStorageConverter { get; }
public:
virtual property TypeConverter^ DeltaConfigurationStorageConverter {
TypeConverter^ get ();
}
public function get DeltaConfigurationStorageConverter () : TypeConverter
Implements
IEnvironmentalOverridesProperty.DeltaConfigurationStorageConverter
Remarks
In order to use a default implementation, return an instance of DefaultDeltaConfigurationStorageConverter.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace