Discuss this help topic in SecureBlackbox Forum
Returns the number of authorized actions.
Declaration
[VB.NET]
Property ActionCount As Integer
[Pascal]
property ActionCount : integer;
[C++]
int32_t get_ActionCount();
[PHP]
integer get_ActionCount()
[Java]
int getActionCount();
Description
Use this property to check the number of Action elements in the list.
Discuss this help topic in SecureBlackbox Forum