Count

Description

Returns the number of items in the collection. This property is read-only.

Syntax

VBScript


collection.Count 

Perl


$collection->Count(); 
Identifier
Description
collection
A Histories collection object, representing the set of history entries in one history field of a record.
Return value
A Long indicating the number of items in the collection object. This method returns zero if the collection contains no items.