Discuss this help topic in SecureBlackbox Forum
Specifies whether the positive value is returned when a string matches the condition, or when it doesn't match the condition.
Declaration
[C#]
bool NegateCondition;
[VB.NET]
Property NegateCondition As Boolean
[Pascal]
property NegateCondition : boolean;
[C++]
bool get_NegateCondition();
void set_NegateCondition(bool Value);
[PHP]
bool get_NegateCondition()
void set_NegateCondition(bool $Value)
[Java]
boolean getNegateCondition();
void setNegateCondition(boolean Value);
Description
When this property value is True, this test is positive when the text DOES NOT match the Value.
Discuss this help topic in SecureBlackbox Forum