Discuss this help topic in SecureBlackbox Forum
Specifies if the object is a collection.
Declaration
[VB.NET]
Property Collection As Boolean
[Pascal]
property Collection : boolean;
[C++]
bool get_Collection();
[PHP]
bool get_Collection()
[Java]
boolean getCollection();
Description
This read-only property specifies if the object is a collection, or not.
Discuss this help topic in SecureBlackbox Forum