Help > Web Development > Object Reference > Object Reference > ISYSGroupList > Count Property
<a name="kanchor410"></a>ISYSGroupList:Count Property
Returns the number of groups associated with the result list. Read-Only.

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