Discuss this help topic in SecureBlackbox Forum
The value of this parameter.
Declaration
[VB.NET]
Property Value As Boolean
[Pascal]
property Value : Boolean;
[C++]
bool get_Value();
void set_Value(bool Value);
[PHP]
bool get_Value()
void set_Value(bool $Value)
[Java]
boolean getValue();
void setValue(boolean Value);
Description
Use this property to specify the value of this parameter.
Discuss this help topic in SecureBlackbox Forum