Returns an integer value indicating the number of objects in a collection.
Syntax
object.Count
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
Remarks
Upon instantiation, a CatalogCollection object returns a count of zero. Call the Populate method to read from the CatalogCollection object, and then use the Count method to return the number of objects in the collection.
for a list of the MTS collections and their properties, see the Using MTS Collections topic.
See Also
Populate Method (CatalogCollection)