DefaultSection Class

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)

'Declaration
Public NotInheritable Class DefaultSection
	Inherits ConfigurationSection
'Usage
Dim instance As DefaultSection

public final class DefaultSection extends ConfigurationSection
public final class DefaultSection extends ConfigurationSection
Not applicable.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: