Customizable Server Messages
Setting in web.config
Description
Default Message
Place Holders
<QlmWebService.Properties.Settings>
<setting name="customMessage_Res_LicenseKeyReleased" serializeAs="String">
<value>Custom Message: Activation Key {0} has been released from computer {1}.</value>
</setting>
<setting name="customMessage_Res_AllKeysActivated" serializeAs="String">
<value>Custom Message: All the available licenses have already been activated.</value>
</setting>
<setting name="customMessage_Res_LicenseKeyAlreadyActivated4" serializeAs="String">
<value>Custom Message: The license {0} has already been activated on a system called {1} on {2} [{3}].</value>
</setting>Last updated