Click or drag to resize

InitialConfigurationManagerGetAppSetting Method

Gets the specified application setting

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public 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

Implements

IConfigurationManagerGetAppSetting(String)
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