GetCustomerInfo
Last updated
Retrieves information about the customer associated with the specified activation key.
IQlmCustomerInfo GetCustomerInfo (string webServiceUrl, string activationKey)webServiceUrl
string
URL to the QLM License Server
activationKey
string
the activation key to query
detailed information about the customer associated with the activation key
IQlmCustomerInfo customer = license.GetCustomerInfo (webServiceUrl, "A2GM0-50K00-PYU3F-784HH-1U1V5T");Last updated