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)
Property Value
Type: System.Configuration.ConfigurationSectionCollectionA 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: