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

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