[This is preliminary documentation and is subject to change.]

Get the count of the total users

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int GetUsersCount()
Visual Basic (Declaration)
Public Function GetUsersCount As Integer
Visual C++
public:
int GetUsersCount()

Return Value

The total number of users

See Also