Item Property
Description
Gets a TestExecStatus object by index (1-based).
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Index As Long _
) As Variant
Parameters
Index
Specifies the TestExecStatus object in the collection. Index is one-based.
Remarks
In C#, use Indexers to retrieve objects from a collection rather than the Item property.
See Also