SetUserData

Description

Sets the user data field associated with an activation key.

bool SetUserData (string webServiceUrl, 
                  string activationKey, 
                  string userData, 
                  out string errorMessage)

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringthe activation key.
userDatastringthe user data to set
errorMessagestringreturned error message

Return

TypeDescription
booltrue if successful; otherwise false.