Discuss this help topic in SecureBlackbox Forum
Returns the number of items in the list.
Declaration
[C#]
int SubPropertyCount;
[VB.NET]
Property SubPropertyCount As Integer
[Pascal]
property SubPropertyCount : integer;
[C++]
int32_t get_SubPropertyCount();
[PHP]
integer get_SubPropertyCount()
[Java]
int getSubPropertyCount();
Description
Use this property to check the number of nested properties in the list.
Discuss this help topic in SecureBlackbox Forum