SettingsSection Class

Class to contain the settings from a configuration file section.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public class SettingsSection : ISettingsSection
Inheritance
Object    SettingsSection
Implements
ISettingsSection

Properties

SettingsGets the collection of key/value settings.

Methods

GetSettingReturns the value of the specified setting key.

See Also