Method SetValue
SetValue(string, object)
Sets the value of the specified setting key.
public Task SetValue(string settingsKey, object value)
Parameters
settingsKeystringThe key of the setting.
valueobjectThe value to be set.
Returns
- Task
A task representing the asynchronous operation.