| AppletWidgetContext Property |
Gets or sets the scope where the widget can be used
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public string Context { get; set; }
Public Property Context As String
Get
Set
public:
property String^ Context {
String^ get ();
void set (String^ value);
}
member Context : string with get, set
Property Value
Type:
StringSee Also