Help > Web Development > Object Reference > Object Reference > ISYSSuggestion > Item Property
<a name="kanchor569"></a>ISYSSuggestion:Item Property
Returns the suggestion at the given index.

Syntax
[VBScript]
ReadOnly property ISYSSuggestion.Item(long Index) as string
[C#]
string ISYSSuggestion.get_Item(
  long Index);
[ColdFusion/Java]
java.lang.String ISYSSuggestion.Item(
  long Index
) throws ComException;
Parameters
IndexThe index of the item to return. (first item is 1).