Click or drag to resize

IConfigurationManagerGetAppSetting Method

Gets the specified application setting

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
string GetAppSetting(
	string key
)

Parameters

key  String
The key of the setting to retrieve

Return Value

String
The setting for key or null if none
Remarks
App settings are intended to provide implementers with an easy way to store simple settings without requiring the implementation of a IConfigurationSection class
See Also