Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[C#]
bool AssertionsOneTimeUse;
[VB.NET]
Property AssertionsOneTimeUse As Boolean
[Pascal]
property AssertionsOneTimeUse : boolean;
[C++]
bool get_AssertionsOneTimeUse();
void set_AssertionsOneTimeUse(bool Value);
[PHP]
bool get_AssertionsOneTimeUse()
void set_AssertionsOneTimeUse(bool $Value)
[Java]
boolean getAssertionsOneTimeUse();
void setAssertionsOneTimeUse(boolean Value);
Description
Discuss this help topic in SecureBlackbox Forum