Configuration.SectionGroups Property

 

Gets a collection of the section groups defined by this configuration.

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

member SectionGroups : ConfigurationSectionGroupCollection with get

Property Value

Type: System.Configuration.ConfigurationSectionGroupCollection

A ConfigurationSectionGroupCollection collection representing the collection of section groups for this Configuration object.

Configuration sections can be combined into groups for convenience and added functionality. Access the SectionGroups property to retrieve the ConfigurationSectionGroupCollection object representing the collection of section groups for this Configuration object. If this Configuration object represents an inherited view, the merged list of section groups will be returned.

The following code example demonstrates how to use the SectionGroups property.

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

.NET Framework
Available since 2.0
Return to top
Show: