AppConfigServiceGetValueAsync Method

Retrieves a single configuration setting by key.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public 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

Implements

IAppConfigServiceGetValueAsync(String)

See Also