Click or drag to resize

AppletManifestGetSetting Method

Gets the specified applet setting

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

Parameters

name
Type: SystemString
The name of the setting

Return Value

Type: String
The setting
See Also