Help > Web Development > Object Reference > Object Reference > ISYSWordSearchItem > Count Property
<a name="kanchor579"></a>ISYSWordSearchItem:Count Property
Returns the number of occurrence of this search term.

Syntax
[VBScript]
ReadOnly property ISYSWordSearchItem.Count as long
[C#]
long ISYSWordSearchItem.Count {get;}
[ColdFusion/Java]
long ISYSWordSearchItem.Count() throws ComException;