DefaultSection Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
This is the type that is returned when the design-time API reads in a section that is not registered in the <configSections> section. This type is also returned when the type of registered section does not inherit from ConfigurationSection, as with sections that use the ASP.NET 1.0 or 1.1 IConfigurationSectionHandler type.
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Configuration.DefaultSection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Configuration.DefaultSection
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: