ITrkItems.Count (read-only property)

property Count
Syntax: long*pVal = object.Count
Description:
The Count property is the number of items returned by the Collector.


Example:

Dim oTrkItemAgent As Object
Dim oTrkItems As Object

Set oTrkItemAgent = CreateObject("Tracker.TrkItemAgent")
oTrkItemAgent.Execute oTrkItems
MsgBox oTrkItems.Count