[This is preliminary documentation and is subject to change.]
            Gets the count of number of users either registered
            or unregistered members in a particular group.
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int UserCount( int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function UserCount ( _ groupId As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
public: int UserCount( int groupId )  | 
Parameters
- groupId
 - Type: System..::.Int32
Id of the group for which the count of users has to be retrieved. 
Return Value
Count of number of users either registered or unregistered members in a particular group. -1 if no group exists
Remarks
            This method can also be called for Organizations, Departments or Address Books.
            
