IAppConfigServiceGetValueAsync Method

Retrieves a single configuration setting by key.

Definition

Namespace: MobileTrack.Web.Components.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<ConfigurationSetting?> GetValueAsync(
	string key
)

Parameters

key  String
The key of the configuration setting.

Return Value

TaskConfigurationSetting
A ConfigurationSetting object if the key exists; otherwise, null

See Also