SetUserDataInActivationLogCopy PageDescription Sets the user data field associated with an activation key and a computer ID. This method should be used for multiple activations keys. C#bool SetUserDataInActivationLog (string webServiceUrl, string activationKey, string computerID, string userData, out string errorMessage) Parameters ParameterTypeDescriptionwebServiceUrlstringURL to the QLM License ServeractivationKeystringthe activation keycomputerIDstringthe unique identifier of the systemuserDatastringthe user data to seterrorMessagestringreturned error message Return TypeDescriptionbooltrue if successful; otherwise false.Updated over 3 years ago Did this page help you?YesNo