Click or drag to resize

UserManagementUtilsGetLicensedNumberOfUsers Method

Retrieves the number of licensed users.

Namespace:  PDTec.IceNet.Domain.UserManagement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public static int GetLicensedNumberOfUsers(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.

Return Value

Type: Int32
The number of licensed users.
See Also