| JavascriptEngineBridgeIsInFrontEnd Property |
True if the system is operating on the SanteDB Front end
Namespace:
SanteDB.BusinessRules.JavaScript.JNI
Assembly:
SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 2.2.1
Syntax public bool IsInFrontEnd { get; }
Public ReadOnly Property IsInFrontEnd As Boolean
Get
public:
property bool IsInFrontEnd {
bool get ();
}
member IsInFrontEnd : bool with get
Property Value
Type:
BooleanSee Also