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

Syntax
[VBScript]
ReadOnly property ISYSQueryExpansion.Item as ISYSQueryExpansionItem
[C#]
IISYSQueryExpansionItem  ISYSQueryExpansion.Item {get;}
[ColdFusion/Java]
IISYSQueryExpansionItem  ISYSQueryExpansion.Item() throws ComException;