Compartir a través de


ConfigurationSettings.Sections Propiedad

Definición

Obtiene la colección de pares nombre-valor de las secciones.

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)

Valor de propiedad

colección de pares nombre-valor de las secciones.

Se aplica a