Help > Web Development > Object Reference > Object Reference > ISYSSearchStat > Value Property
<a name="kanchor545"></a>ISYSSearchStat:Value Property
Contains the number of occurrences for the search term. Read-Only.

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