Because some configuration sections are related, it is often convenient to group them together within a single section group. The ConfigurationSectionGroup class represents the <sectionGroup> XML element within a configuration file.
Use the Sections property to access the sections contained in this ConfigurationSectionGroup object.
A ConfigurationSectionGroup object can also contain other ConfigurationSectionGroup objects, which can be accessed through the SectionGroups property.