Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ParameterNames

TElXMLSOAPClient     See also     


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


The names of message operation parameters.

Declaration

[C#]
    string ParameterNames[int Index];

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

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

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

[PHP]
    string get_ParameterNames(integer $Index)

[Java]
    String getParameterNames(int Index);

Parameters

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

Description

This property contains the names of message operation parameters.

See also:     Add parameters to SOAP message     ParameterCount     Parameters     ParameterValues    

Discuss this help topic in SecureBlackbox Forum