Discuss this help topic in SecureBlackbox Forum
Specifies whether one-time assertions should be used.
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
Set this property to true to allow the use of one-time assertions.
The default value is true.
Discuss this help topic in SecureBlackbox Forum