Help > Web Development > Object Reference > Object Reference > ISYSRelatedList > Item Property
<a name="kanchor486"></a>ISYSRelatedList:Item Property
Allows random access to individual items within the list.

Syntax
[VBScript]
ReadOnly property ISYSRelatedList.Item(long Index) as ISYSDocument
[C#]
IISYSDocument  ISYSRelatedList.get_Item(
  long Index);
[ColdFusion/Java]
IISYSDocument  ISYSRelatedList.Item(
  long Index
) throws ComException;
Parameters
IndexIndex of the item within the collection. First item is one.