Help > Web Development > Object Reference > Object Reference > ISYSEntity > Count Property
<a name="kanchor374"></a>ISYSEntity:Count Property
Returns the number of occurrences of this entity

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