Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.
Assembly: System.Configuration (in System.Configuration.dll)
Syntax
A ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.
Public ReadOnly Property SectionGroups As [%$TOPIC/95x0b4w3_en-us_VS_110_4_0_0_0_0%]
public [%$TOPIC/95x0b4w3_en-us_VS_110_4_0_1_0_0%] SectionGroups { get; }
public:
property [%$TOPIC/95x0b4w3_en-us_VS_110_4_0_2_0_0%]^ SectionGroups {
[%$TOPIC/95x0b4w3_en-us_VS_110_4_0_2_0_1%]^ get ();
}
member SectionGroups : [%$TOPIC/95x0b4w3_en-us_VS_110_4_0_3_0_0%] with get
Property Value
Type: System.ConfigurationConfigurationSectionGroupCollectionA ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.
Examples
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.
Dim sectionGroups As ConfigurationSectionGroupCollection = _
sectionGroup.SectionGroups
ShowSectionGroupCollectionInfo(sectionGroups)
ConfigurationSectionGroupCollection sectionGroups =
sectionGroup.SectionGroups;
ShowSectionGroupCollectionInfo(sectionGroups);
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.