> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmproductinfo.md).

# IQlmProductInfo

| Name               | Data Type | Description                        |
| ------------------ | --------- | ---------------------------------- |
| Features           | string    | features associated with a product |
| LatestVersion      | string    | latest version of the product      |
| LatestVersionNotes | string    | notes about the latest version     |
| LatestVersionUrl   | string    | URL of the latest version          |
| MajorVersion       | int       | major version of the product       |
| MinorVersion       | int       | minor version of the product       |
| ProductData        | string    | data associated with the product   |
| ProductID          | int       | ID of the product                  |
| ProductName        | string    | name of the product                |
| ReleaseDate        | DateTime  | release date of the product        |
