Returns a total number of users for all application IDs.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
int GetUserCount()
Visual Basic
Function GetUserCount As Integer
Visual C++
int GetUserCount()
F#
abstract GetUserCount : unit -> int 

Return Value

Type: Int32
Total number of users.

See Also