Discuss this help topic in SecureBlackbox Forum
Returns the number of conditions in the list.
Declaration
[VB.NET]
Property ConditionCount As Integer
[Pascal]
property ConditionCount : integer;
[C++]
int32_t get_ConditionCount();
[PHP]
integer get_ConditionCount()
[Java]
int getConditionCount();
Description
Use this property to check the number of items in the list.
Discuss this help topic in SecureBlackbox Forum