Click or drag to resize

AppletWidgetGuard Property

Gets or sets the guard conditions for the applet. These are conditions on the scope which must be true in order for the panel to be enabled and visible.

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public List<string> Guard { get; set; }

Property Value

Type: ListString
See Also