Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum