Method SetValue
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
SetValue(string, object)
Sets the value of the specified setting key.
Task SetValue(string settingsKey, object value)
Parameters
settingsKey
stringThe key of the setting.
value
objectThe value to be set.
Returns
- Task
A task representing the asynchronous operation.