Help > Web Development > Object Reference > Object Reference > ISYSEntityList > Item Property
<a name="kanchor381"></a>ISYSEntityList:Item Property
Returns the entity at the given index, between 1 and Count.

Syntax
[VBScript]
ReadOnly property ISYSEntityList.Item(long Index) as ISYSEntity
[C#]
IISYSEntity  ISYSEntityList.get_Item(
  long Index);
[ColdFusion/Java]
IISYSEntity  ISYSEntityList.Item(
  long Index
) throws ComException;
Parameters
IndexThe index of the entity requested, between 1 and Count.