IsLicenseKeyATrialLicense
Description
bool IsLicenseKeyATrialLicense(string licenseKey)Arguments
Name
Data Type
Description
Return
Data Type
Description
Last updated
Returns whether the provided license key is a trial.
This API requires the use of QLM Engine version 6.0.00 or higher.
bool IsLicenseKeyATrialLicense(string licenseKey)licenseKey
string
license key to verify
bool
true if the license model is a trial
Last updated