SetUserDataInActivationLog

Description

Sets the user data field associated with an activation key and a computer ID. This method should be used for multiple activations keys.

bool SetUserDataInActivationLog (string webServiceUrl, string activationKey, 
                                 string computerID, string userData, 
                                 out string errorMessage)

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringthe activation key
computerIDstringthe unique identifier of the system
userDatastringthe user data to set
errorMessagestringreturned error message

Return

TypeDescription
booltrue if successful; otherwise false.