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.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntax
public string GetAppSetting(
	string key
)

Parameters

key  String

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

Return Value

String

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

Implements

IConfigurationManagerGetAppSetting(String)
See Also