ConfigurationSectionGroup.SectionGroups Property

 

Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.

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

member SectionGroups : ConfigurationSectionGroupCollection with get

Property Value

Type: System.Configuration.ConfigurationSectionGroupCollection

A ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.

The following code example shows how to access the SectionGroups property. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.

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

.NET Framework
Available since 2.0
Return to top
Show: