Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ParameterValues

TElXMLSOAPClient     See also     


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


Contains string values of the message operation parameters.

Declaration

[C#]
    string ParameterValues[int Index];

[VB.NET]
    Property ParameterValues(ByVal Index As Integer) As String

[Pascal]
    property ParameterValues[Index : Integer] : XMLString;

[C++]
    void get_ParameterValues(int32_t Index, sb_u16string &OutResult);
    void get_ParameterValues(int32_t Index, std::wstring &OutResult);

[PHP]
    string get_ParameterValues(integer $Index)

[Java]
    String getParameterValues(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains the string values of all message operation parameters.

See also:     Add parameters to SOAP message     ParameterCount     ParameterNames     Parameters    

Discuss this help topic in SecureBlackbox Forum