Discuss this help topic in SecureBlackbox Forum
Returns the number of values in the list.
Declaration
[VB.NET]
Property ValueCount As Integer
[Pascal]
property ValueCount : integer;
[C++]
int32_t get_ValueCount();
[PHP]
integer get_ValueCount()
[Java]
int getValueCount();
Description
Use this property to check the number of attribute values.
Discuss this help topic in SecureBlackbox Forum