Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPDoubleParameter.Value

TElXMLSOAPDoubleParameter     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The value of this parameter.

Declaration

[C#]
    double Value;

[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