Help > Web Development > Object Reference > Object Reference > ISYSWordSearch > Count Property
<a name="kanchor576"></a>ISYSWordSearch:Count Property
The number of times the word appears in the index. Read-Only.

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