IHostConfigurationGetCustomSettingsAsync Method

Get the user's custom settings asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> GetCustomSettingsAsync(
	string code
)

Parameters

code  String
Configuration code.

Return Value

TaskString
String with the configuration.

See Also