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