Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPStringParameter.Value

TElXMLSOAPStringParameter     


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


The value of this parameter.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : XMLString;

[C++]
    void get_Value(sb_u16string &OutResult);
    void get_Value(std::wstring &OutResult);
    void set_Value(const sb_u16string &Value);
    void set_Value(const std::wstring &Value);

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

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

Description

Use this property to specify the value of this parameter.

Discuss this help topic in SecureBlackbox Forum