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.2.0.0 (7.2.7583.15464)
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