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

IList2 Interface  | IList2 Members