Item Property
Description
Returns the specified system counter.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal PositionOrName As Variant _
) As SystemCounter
Parameters
PositionOrName
The name or position of the SystemCounter item you want to return.  Position values begin with 1. 
See Also