Click or drag to resize

DockerConfigurationManagerGetAppSetting Method

Get an application setting

Namespace:  SanteDB.Docker.Core
Assembly:  SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.481-alpha
Syntax
public string GetAppSetting(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Docker.Core.DockerConfigurationManager.GetAppSetting(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.Docker.Core.DockerConfigurationManager.GetAppSetting(System.String)"]

Implements

IConfigurationManagerGetAppSetting(String)
See Also