Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ParameterCount

TElXMLSOAPClient     See also     


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


The number of message operation parameters.

Declaration

[C#]
    int ParameterCount;

[VB.NET]
    Property ParameterCount As Integer

[Pascal]
    property ParameterCount : Integer;

[C++]
    int32_t get_ParameterCount();

[PHP]
    integer get_ParameterCount()

[Java]
    int getParameterCount();

Description

Use this property to check the number of message operation parameters.

See also:     Add parameters to SOAP message     Parameters     ParameterNames     ParameterValues    

Discuss this help topic in SecureBlackbox Forum