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