 | IConfigurationManagerGetAppSetting Method |
Gets the specified application setting
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxstring GetAppSetting(
string key
)
Function GetAppSetting (
key As String
) As String
String^ GetAppSetting(
String^ key
)
abstract GetAppSetting :
key : string -> string Parameters
- key String
- The key of the setting to retrieve
Return Value
StringThe setting for
key or null if none
RemarksApp settings are intended to provide implementers with an easy
way to store simple settings without requiring the implementation of a
IConfigurationSection class
See Also