GetLicenseInfo
Description
Retrieves information about an Activation Key.
Parameters
Parameter
Type
Description
webServiceUrl
string
URL to the QLM License Server
activationKey
string
the license key to activate
historyTable
bool
search for the activation key in the history table
dataSet
out string
data set returned by the server
response
out string
result of the call to the server.
Return
Type
Description
information about the license
Remarks
To parse the data returned in dataSet, check this article.
C# Example
Last updated