Used with EventCollection to retrieve a particular event record from an EventCollection.
Item ( ByVal Index As Integer) As Event
Offset into the EventCollection. An index value of one is the first Event; a value of two is the second Event, and so forth.
Use the Count property, as described in EventCollection to find out the number of EventConfiguration objects in the collection.
This object also supports enumeration, such as the ForEach function in Visual Basic. The collection starts at one (1.)