IHostConfigurationGetCustomSettingsAsync Method
Get the user's custom settings asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> GetCustomSettingsAsync(
string code
)
Function GetCustomSettingsAsync (
code As String
) As Task(Of String)
- code String
- Configuration code.
TaskStringString with the configuration.