Gets the UserData1 field for a specific license key.
string GetUserData (string webServiceUrl, string activationKey, out string response)
| Parameter | Type | Description |
|---|
| webServiceUrl | string | URL to the QLM License Server |
| activationKey | string | activation key to query. |
| response | out string | XML fragment containing the result of the call. |
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully executed query using filter...</result>
</QuickLicenseManager>
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
| Type | Description |
|---|
| string | the user data |