Help > Web Development > Object Reference > Object Reference > ISYSResultList > DifferentWords Property
<a name="kanchor490"></a>ISYSResultList:DifferentWords Property
Returns the number of distinct words found for this search. This takes into account conflation and synonyms. Read-Only.

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