IAppConfigServiceGetValueAsync Method
Retrieves a single configuration setting by key.
Namespace: MobileTrack.Web.Components.InterfacesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<ConfigurationSetting?> GetValueAsync(
string key
)
- key String
- The key of the configuration setting.
TaskConfigurationSetting
A
ConfigurationSetting object if the key exists; otherwise, null