ConfigurationSection Constructor ()

 

Initializes a new instance of the ConfigurationSection class.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

protected:
ConfigurationSection()

To use the ConfigurationSection constructor, you need to define a custom section type first. For an example see the ConfigurationSection class overview.

The following example shows how to use the ConfigurationSection constructor. This example assumes that you have created a custom section class named CustomSection. For an example of such a class, see the ConfigurationSection class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: