SettingsStoreBaseSections Property

Gets all the settings sections that apply to the SettingsStore object.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public IDictionary<string, SettingsSection> Sections { get; }

Property Value

IDictionaryString, SettingsSection

Implements

ISettingsStoreSections

See Also