Click or drag to resize

BasePersistenceProviderGetLicenseCount Method

Gets the count of the installed licenses for the specified license code.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public int GetLicenseCount(
	string licenseCode
)

Parameters

licenseCode
Type: SystemString
The license code.

Return Value

Type: Int32
See Also