Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseParameterNames

TElXMLSOAPClient     See also     


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


Contains response operation parameter names.

Declaration

[C#]
    string ResponseParameterNames[int Index];

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

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

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

[PHP]
    string get_ResponseParameterNames(integer $Index)

[Java]
    String getResponseParameterNames(int Index);

Parameters

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

Description

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

See also:     ResponseParameters     ResponseParameterCount     ResponseParameterValues     ResponseSOAPMessage    

Discuss this help topic in SecureBlackbox Forum