SysDictLicenseCode::getBaseUserLicenseCount Method [AX 2012]

For the various UserLicenseTypes, this method provides a way to query the number of users licensed

client server public static int getBaseUserLicenseCount(UserLicenseType _userLicenseType)

Run On

Called

Parameters

_userLicenseType
Type: UserLicenseType Enumeration
The UserLicenseType enum

Return Value

Type: int
The base count for the number of user licensed.
Show: