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
Syntaxpublic int GetLicenseCount(
string licenseCode
)
Public Function GetLicenseCount (
licenseCode As String
) As Integer
public:
int GetLicenseCount(
String^ licenseCode
)
member GetLicenseCount :
licenseCode : string -> int
Parameters
- licenseCode
- Type: SystemString
The license code.
Return Value
Type:
Int32
See Also