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

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