Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPIntegerParameter.Value

TElXMLSOAPIntegerParameter     See also     


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


The value of this parameter.

Declaration

[C#]
    int Value;

[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.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum