Help > Web Development > Object Reference > Object Reference > ISYSQueryExpansionItem > Value Property
<a name="kanchor483"></a>ISYSQueryExpansionItem:Value Property
Returns the text of this query expansion item.

Syntax
[VBScript]
ReadOnly property ISYSQueryExpansionItem.Value as string
[C#]
string ISYSQueryExpansionItem.Value {get;}
[ColdFusion/Java]
java.lang.String ISYSQueryExpansionItem.Value() throws ComException;