Discuss this help topic in SecureBlackbox Forum
The number of message operation parameters.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum