GetCustomerInfo

Description

Retrieves information about the customer associated with the specified activation key.

IQlmCustomerInfo GetCustomerInfo (string webServiceUrl, string activationKey)

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringthe activation key to query

Return

TypeDescription
IQlmCustomerInfodetailed information about the customer associated with the activation key

Example

IQlmCustomerInfo customer = license.GetCustomerInfo (webServiceUrl, "A2GM0-50K00-PYU3F-784HH-1U1V5T");