Discuss this help topic in SecureBlackbox Forum
…
Declaration
[C#]
bool CheckingDisabled;
[VB.NET]
Property CheckingDisabled As Boolean
[Pascal]
property CheckingDisabled : boolean;
[C++]
bool get_CheckingDisabled();
void set_CheckingDisabled(bool Value);
[PHP]
bool get_CheckingDisabled()
void set_CheckingDisabled(bool $Value)
[Java]
boolean getCheckingDisabled();
void setCheckingDisabled(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum