Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.Parameters

TElXMLSOAPClient     See also     


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


The list of SOAP message operation parameters.

Declaration

[C#]
    TElXMLSOAPCustomParameter Parameters[int Index];

[VB.NET]
    Property Parameters(ByVal Index As Integer) As TElXMLSOAPCustomParameter

[Pascal]
    property Parameters[Index : Integer] : TElXMLSOAPCustomParameter;

[C++]
    TElXMLSOAPCustomParameter* get_Parameters(int32_t Index);

[PHP]
    TElXMLSOAPCustomParameter get_Parameters(integer $Index)

[Java]
    TElXMLSOAPCustomParameter getParameters(int Index);

Parameters

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

Description

This property contains a list of SOAP message operation parameters.

See also:     Add parameters to SOAP message     ParameterCount     ParameterNames     ParameterValues    

Discuss this help topic in SecureBlackbox Forum