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