# ILicenseInfo

ILicenseInfo is an interface used to present results returned from the server in a structured format. When a QLM API that communicates with the License Server is called, the response is typically an XML fragment. This XML fragment is parsed and the result is loaded in an ILicenseInfo interface.

The members listed below will be populated based on the XML fragment returned by the server. Depending on the QLM API that is invoked, members of ILicenseInfo might therefore not be set if they are not present in the XML fragment returned by the server.

* [Methods](/docs/api-reference/.net-api/ilicenseinfo/methods.md)
* [Properties](/docs/api-reference/.net-api/ilicenseinfo/properties.md)

***

## Edition

* QLM Pro
* QLM Enterprise

***

## Version

* 10+

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/api-reference/.net-api/ilicenseinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
