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::Sections Property
.NET Framework (current version)
Gets a collection of the sections defined by this Configuration object.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationSectionCollection^ Sections { ConfigurationSectionCollection^ get(); }
Property Value
Type: System.Configuration::ConfigurationSectionCollection^A collection of the sections defined by this Configuration object.
Access the Sections property to retrieve a ConfigurationSectionCollection object representing the collection of sections for this Configuration object. If this Configuration object represents a merged configuration, the merged list of sections will be returned.
.NET Framework
Available since 2.0
Available since 2.0
Show: