Click or drag to resize

InitialConfigurationManagerSetAppSetting Method

Set the specified application setting

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetAppSetting(
	string key,
	string value
)

Parameters

key  String
The key of the application setting to set
value  String
The value of the application setting

Implements

IConfigurationManagerSetAppSetting(String, String)
Exceptions
ExceptionCondition
NotSupportedExceptionIf the implementer does not permit setting of app settings prograatically
Remarks
Some configuration environments may not support the setting or modification of configuration programmatically. This may be the case in highly secured environments (like hospitals, national iCDR deployments). In that case, implementers should throw a NotSupportedException
See Also