GetServerProperty
Description
Gets the value of a server property.
Parameters
Parameter
Type
Description
webServiceUrl
string
URL to the QLM License Server
property
string
the name of the property to retrieve
response
out string
XML fragment containing the result of the call.
Response XML format
Returns the value of the userData1 field.
Example error response
In the event of an error, the XML fragments returns:
Return
Type
Description
string
the value of the property.
Remarks
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated