SettingsSectionSettings Property

Gets the collection of key/value settings.

Definition

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

Property Value

IDictionaryString, String

Implements

ISettingsSectionSettings

See Also