ConfigurationSectionLocator.ClearableConfigurationSectionNames Property
Gets the list of section names that are written to by the configuration designer when saving and therefore should be removed from the target configuration file, prior to saving.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ClearableConfigurationSectionNames As IEnumerable(Of String)
public abstract IEnumerable<string> ClearableConfigurationSectionNames { get; }
public:
virtual property IEnumerable<String^>^ ClearableConfigurationSectionNames {
IEnumerable<String^>^ get () abstract;
}
public abstract function get ClearableConfigurationSectionNames () : IEnumerable<String>
Field Value
The list of section names that are written to by the configuration designer when saving and therefore should be removed from the target configuration file, prior to saving.
See Also
ConfigurationSectionLocator Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace