Discuss this help topic in SecureBlackbox Forum
Specifies if dev mode is on.
Declaration
[VB.NET]
Property DevMode As Boolean
[Pascal]
property DevMode : boolean;
[C++]
bool get_DevMode();
void set_DevMode(bool Value);
[PHP]
bool get_DevMode()
void set_DevMode(bool $Value)
[Java]
boolean getDevMode();
void setDevMode(boolean Value);
Description
Use this property to specify whether to switch on dev mode.
Discuss this help topic in SecureBlackbox Forum