Help > Web Development > Object Reference > Object Reference > ISYSWordSearchItem > Word Property
<a name="kanchor580"></a>ISYSWordSearchItem:Word Property
Returns the word as a string

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