| 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
)
Public Sub AddSetting (
name As String,
value As String
)
public:
void AddSetting(
String^ name,
String^ value
)
member AddSetting :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The name of the setting - value
- Type: SystemString
The value of the setting
See Also