MobileTrack Nexus Documentation
C#
Show/Hide TOC
App
Config
Service
Get
Value
Async 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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
Task
<
ConfigurationSetting
?>
GetValueAsync
(
string
key
)
Parameters
key
String
The key of the configuration setting.
Return Value
Task
ConfigurationSetting
A
ConfigurationSetting
object if the key exists; otherwise, null
Implements
IAppConfigService
GetValueAsync(String)
See Also
Reference
AppConfigService Class
MobileTrack.Web.Components.Services Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also