Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBooleanParameter.Value

TElXMLSOAPBooleanParameter     


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


The value of this parameter.

Declaration

[C#]
    bool Value;

[VB.NET]
    Property Value As Boolean

[Pascal]
    property Value : Boolean;

[C++]
    bool get_Value();
    void set_Value(bool Value);

[PHP]
    bool get_Value()
    void set_Value(bool $Value)

[Java]
    boolean getValue();
    void setValue(boolean Value);

Description

Use this property to specify the value of this parameter.

Discuss this help topic in SecureBlackbox Forum