SetProductProperties
Last updated
Last updated
Sets the Product Properties associated to an Activation Key.
SetProductProperties should typically never be called from within your application. SetProductProperties is considered to be part of the License Server Management API and therefore prior to calling it, you must set the QlmLicense.AdminEncryptionKey property.
If you must call SetProductProperties from within your application, we recommend that you do not set the QlmLicense.AdminEncryptionKey property in your application but rather set the Server Property setProductPropertiesUseAdminEncryptionKey property to false. You can set Server Properties from the QLM Management Console / Manage Keys / Sites / Server Properties / options.
Parameter | Type | Description |
---|---|---|
Type | Description |
---|---|
webServiceUrl
string
URL to the QLM License Server.
activationKey
string
activation key to set the maintenance plan on
propertiesXml
string
an xml fragment of product properties
errorMessage
string
returned error message
bool
returns true if the operation succeeded; false otherwise.