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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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