Method SetValue
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
SetValue(string, object)
Sets the value of a specific setting.
public Task SetValue(string settingsKey, object value)
Parameters
Returns
- Task
A task representing the asynchronous operation.