IsLicenseModelATrialLicense

Description

Returns whether the provided license model is a trial

This API requires the use of QLM Engine version 6.0.00 or higher.

 bool IsLicenseModelATrialLicense(ELicenseModel licenseModel)

Arguments

NameData TypeDescription

licenseModel

ELicenseModel

license model to verify

Return

Data TypeDescription

bool

true if the license model is a trial

Last updated