ISettingsStoreAddSetting Method
Adds or updates a setting in the AppSettings key/value collection.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
bool AddSetting(
string settingKey,
string settingValue
)
- settingKey String
- Key of the setting.
- settingValue String
- Value of the setting.
Booleanif the setting has been added or updated.