The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Configuration::SectionGroups Property
.NET Framework (current version)
Gets a collection of the section groups defined by this configuration.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationSectionGroupCollection^ SectionGroups { ConfigurationSectionGroupCollection^ 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: