Discuss this help topic in SecureBlackbox Forum
Returns the number of attributes in the list.
Declaration
[VB.NET]
Property AttributeCount As Integer
[Pascal]
property AttributeCount : integer;
[C++]
int32_t get_AttributeCount();
[PHP]
integer get_AttributeCount()
[Java]
int getAttributeCount();
Description
Use this property to get the number of attributes in the list.
Discuss this help topic in SecureBlackbox Forum