ALM Open Test Architecture API Type Library Version 12.55
Item Property
Collapse All
Expand All
List Collection
: Item Property
The index is 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
The index is 1 to Count.
Remarks
In C#, use Indexers to retrieve objects from a collection rather than the Item property.
See Also
List Collection
|
List Members