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.
ConfigurationSectionGroup::Sections Property
.NET Framework (current version)
Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationSectionCollection^ Sections { ConfigurationSectionCollection^ get(); }
Property Value
Type: System.Configuration::ConfigurationSectionCollection^A ConfigurationSectionCollection object that contains all the ConfigurationSection objects within this ConfigurationSectionGroup object.
The following code example shows how to access the Sections property. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.
.NET Framework
Available since 2.0
Available since 2.0
Show: