Sets the user data field associated to an activation key.
C#: bool SetUserData (string webServiceUrl, string activationKey, string userData, out string errorMessage)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - the activation key.
userData - the user data to set
errorMessage - returned error message
If the function succeeds, the return value is true.If the function fails, the return is value is false. The errorMessage contains details about the error.
Comments
0 comments
Article is closed for comments.