SettingsStoreBaseGetSetting Method

Returns the value of the specified AppSettings key.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public string GetSetting(
	string settingKey
)

Parameters

settingKey  String
Key of the setting to be returned.

Return Value

String
An empty string is returned if the setting is not found.

Implements

ISettingsStoreGetSetting(String)

See Also