Help > Web Development > Object Reference > Object Reference > ISYSSuggestion > Text Property
<a name="kanchor570"></a>ISYSSuggestion:Text Property
Contains the original search term provided by the user.

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