 | JavascriptRulesConfigurationSectionDebugMode Property |
True if debug mode
Namespace:
SanteDB.BusinessRules.JavaScript.Configuration
Assembly:
SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 2.2.1
Syntaxpublic bool DebugMode { get; set; }
Public Property DebugMode As Boolean
Get
Set
public:
property bool DebugMode {
bool get ();
void set (bool value);
}
member DebugMode : bool with get, set
Property Value
Type:
Boolean
See Also