Help > Web Development > Object Reference > Object Reference > ISYSQueryExpansionItem > Occurrences Property
<a name="kanchor482"></a>ISYSQueryExpansionItem:Occurrences Property
Returns the number of occurances of this expansion item.

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