Discuss this help topic in SecureBlackbox Forum
…
Declaration
[C#/Java]
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)
Description
…
Discuss this help topic in SecureBlackbox Forum