Help > Web Development > Object Reference > Object Reference > ISYSCatalogList > Item Property
<a name="kanchor261"></a>ISYSCatalogList:Item Property
Returns the catalog item at the given index (between 1 and Count).

Syntax
[VBScript]
ReadOnly property ISYSCatalogList.Item(long Index) as ISYSCatalogItem
[C#]
IISYSCatalogItem  ISYSCatalogList.get_Item(
  long Index);
[ColdFusion/Java]
IISYSCatalogItem  ISYSCatalogList.Item(
  long Index
) throws ComException;
Parameters
IndexThe index of the catalog item requested (between 1 and Count).