Help > Web Development > Object Reference > Object Reference > ISYSEntityList > Count Property
<a name="kanchor380"></a>ISYSEntityList:Count Property
Returns the number of entities in the list.

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