FileConfigurationSource.DoRemove Method
Removes a ConfigurationSection from the configuration and saves the configuration source.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public override void DoRemove(
string sectionName
)
'Declaration
Public Overrides Sub DoRemove (
sectionName As String
)
public:
virtual void DoRemove(
String^ sectionName
) override
Parameters
- sectionName
Type: System.String
The name of the section to remove.
See Also
FileConfigurationSource Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace