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: 6.0.0.0 (6.0.6225.27214)
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