| 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; }
Public Property Guard As List(Of String)
Get
Set
public:
property List<String^>^ Guard {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Guard : List<string> with get, set
Property Value
Type:
ListStringSee Also