Click or drag to resize

ApplicationServiceContextConfigurationSectionAddAppSetting Method

Add an application setting

Namespace:  SanteDB.Core.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public void AddAppSetting(
	string vkey,
	string value
)

Parameters

vkey
Type: SystemString

[Missing <param name="vkey"/> documentation for "M:SanteDB.Core.Configuration.ApplicationServiceContextConfigurationSection.AddAppSetting(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:SanteDB.Core.Configuration.ApplicationServiceContextConfigurationSection.AddAppSetting(System.String,System.String)"]

Exceptions
ExceptionCondition
NotImplementedException
See Also