Help > Web Development > Object Reference > Object Reference > ISYSCluster > Occurances Property
<a name="kanchor273"></a>ISYSCluster:Occurances Property
Returns the number of times this cluster was seen in the sample text.

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