Partager via


RequirePermissionProperty.DeltaConfigurationStorageConverter Property

Gets 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 ReadOnly Property DeltaConfigurationStorageConverter As TypeConverter
public TypeConverter DeltaConfigurationStorageConverter { get; }
public:
virtual property TypeConverter^ DeltaConfigurationStorageConverter {
    TypeConverter^ get () sealed;
}
public final function get DeltaConfigurationStorageConverter () : TypeConverter

Field Value

The TypeConverter that converts the internal overridden value to a string that can be stored in the delta configuration file.

Implements

IEnvironmentalOverridesProperty.DeltaConfigurationStorageConverter

See Also

RequirePermissionProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace