Click or drag to resize

AppletManifestAddSetting Method

Add a setting to the applet

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public void AddSetting(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the setting
value
Type: SystemString
The value of the setting
See Also