Help > Web Development > Object Reference > Object Reference > ISYSGroup > Count Property
<a name="kanchor403"></a>ISYSGroup:Count Property
Returns the number of documents contained in the group. Read-Only.

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