Item

Used with EventConfigurations to access a particular EventConfiguration object.

Syntax

Item(
   ByVal Index As Integer)
As EventConfiguration

Parameters

Index

Offset into the EventConfigurations collection. An index value of one is the first EventConfiguration; a value of two is the second EventConfiguration, and so forth.

Remarks

Use the Count property, as described in EventConfigurations, to find out the number of EventConfiguration objects in the collection.