Gets the value of a server property.
C#: string GetServerProperty (string webServiceUrl, string property, out string response)
Parameters
ReturnwebServiceUrl - URL to the QLM License Server.
property - the name of the property to retrieve
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
Returns the value of the userData1 field.
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully executed.</result>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Returns the value of the property.
Comments
0 comments
Please sign in to leave a comment.