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