Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseParameterValues

TElXMLSOAPClient     See also     


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


Contains response operation parameter values.

Declaration

[C#]
    string ResponseParameterValues[int Index];

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

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

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

[PHP]
    string get_ResponseParameterValues(integer $Index)

[Java]
    String getResponseParameterValues(int Index);

Parameters

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

Description

This property contains the values of the response message operation parameters.

See also:     ResponseParameters     ResponseParameterCount     ResponseParameterNames     ResponseSOAPMessage    

Discuss this help topic in SecureBlackbox Forum