[This is preliminary documentation and is subject to change.]
            Gets the user count of a particular account
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public int GetUsersCount( int accountId ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function GetUsersCount ( _ accountId As Integer _ ) As Integer | 
| Visual C++ | 
|---|
| public: int GetUsersCount( int accountId ) | 
Parameters
- accountId
- Type: System..::.Int32
 The unique id of the account






