Description
Returns
the number of items in the collection. This property is read-only.
Syntax
VBScript
collection.Count
Perl
$collection->Count();
- Identifier
- Description
- collection
- An EntityDefs collection object, representing the set of EntityDefs
available for fetching as a collection.
- Return value
- A Long that specifies the number of items in the collection
object. This method returns zero if the collection contains no items.