Help > Web Development > Object Reference > Object Reference > ISYSCategoryList > Count Property
<a name="kanchor267"></a>ISYSCategoryList:Count Property
Indicates the number of items in the list. Read-Only.

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