ALM Open Test Architecture API Type Library Version 12.55
Item Property
Index is from 1 to Count.
Description
Gets an item by index. The index is one-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Index As Long _
) As Variant
Parameters
Index
Index is from 1 to Count.
Remarks
In C#, use Indexers to retrieve objects from a collection rather than the Item property.
See Also

IFactoryList Collection  | IFactoryList Members