Discuss this help topic in SecureBlackbox Forum
Specifies the number of subelements in the body.
Declaration
[VB.NET]
Property EntryCount As Integer
[Pascal]
property EntryCount : Integer;
[C++]
int32_t get_EntryCount();
[PHP]
integer get_EntryCount()
[Java]
int getEntryCount();
Description
Use this property to check the number of entries in this body element.
Discuss this help topic in SecureBlackbox Forum