System.Configuration.DefaultSection
Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.
namespace System.Configuration
{
public sealed class DefaultSection : ConfigurationSection
{
public DefaultSection();
}
}