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+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<ConfigurationSetting?> GetValueAsync(
string key
)
- key String
- The key of the configuration setting.
TaskConfigurationSetting
A
ConfigurationSetting object if the key exists; otherwise, null