Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBaseParameter.StringValue

TElXMLSOAPBaseParameter     


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


Returns the string value of this parameter.

Declaration

[C#]
    string StringValue;

[VB.NET]
    Property StringValue As String

[Pascal]
    property StringValue : XMLString;

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

[PHP]
    string get_StringValue()
    void set_StringValue(string $Value)

[Java]
    String getStringValue();
    void setStringValue(String Value);

Description

Use this property to get or set the string value of this parameter.

Discuss this help topic in SecureBlackbox Forum