Returns a total number of users for current application ID.

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

Syntax

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

Return Value

Type: Int32
Total number of users.

See Also