Share via


ConfigurationSettings.Sections Property

Definition

Gets the name/value pair collection of the sections.

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ConfigurationSection> Sections { get; }
member this.Sections : System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ConfigurationSection>
Public ReadOnly Property Sections As KeyedCollection(Of String, ConfigurationSection)

Property Value

the name/value pair collection of the sections.

Applies to