Discuss this help topic in SecureBlackbox Forum
Specifies the number of properties in the list.
Declaration
[C#]
int PropertiesCount;
[VB.NET]
Property PropertiesCount As Integer
[Pascal]
property PropertiesCount : integer;
[C++]
int32_t get_PropertiesCount();
[PHP]
integer get_PropertiesCount()
[Java]
int getPropertiesCount();
Description
Use this read-only property to obtain the number of properties in the list.
Discuss this help topic in SecureBlackbox Forum