Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseParameterCount

TElXMLSOAPClient     See also     


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


Returns the number of response operation parameters.

Declaration

[C#]
    int ResponseParameterCount;

[VB.NET]
    Property ResponseParameterCount As Integer

[Pascal]
    property ResponseParameterCount : Integer;

[C++]
    int32_t get_ResponseParameterCount();

[PHP]
    integer get_ResponseParameterCount()

[Java]
    int getResponseParameterCount();

Description

This property the number of operation parameters of the response message.

See also:     ResponseParameters     ResponseParameterNames     ResponseParameterValues     ResponseSOAPMessage    

Discuss this help topic in SecureBlackbox Forum