ISettingsStoreAddSetting Method

Adds or updates a setting in the AppSettings key/value collection.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
bool AddSetting(
	string settingKey,
	string settingValue
)

Parameters

settingKey  String
Key of the setting.
settingValue  String
Value of the setting.

Return Value

Boolean
if the setting has been added or updated.

See Also