Item2

Used with EventCollection to retrieve a particular event record from an EventCollection.

Syntax

Item (
   ByVal Index As Integer)
As Event

Parameters

Index

Offset into the EventCollection. An index value of one is the first Event; a value of two is the second Event, and so forth.

Remarks

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.)