property Results.Count as Long
Number of items in the collection.

TypeDescription
Long A long expression that indicates the number of elements in the Results collection.

The Count property counts the number of Result objects in the Results collection. Use the Item property to access a specific Result object.