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

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