Configuration Sections Schema

The configuration sections schema contains elements that put custom settings in configuration files.

<configuration>

   <configSections>

      <clear>

      <remove>

      <section>

      <sectionGroup>

Element

Description

clear Element for configSections (General Settings Schema)

Clears all previously defined sections and section groups.

configSections Element (General Settings Schema)

Contains configuration section and namespace declarations.

remove Element for configSections (General Settings Schema)

Removes a predefined section or section group.

section Element for configSections (General Settings Schema)

Contains a configuration section declaration.

sectionGroup Element for configSections (General Settings Schema)

Defines a namespace for configuration sections.

See Also

Other Resources

Configuration File Schema for the .NET Framework