ISettingsSection Interface

Interface for a Settings Store configuration section.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public interface ISettingsSection

Properties

SettingsGets the collection of key/value settings.

Methods

GetSettingReturns the value of the specified setting key.

See Also