> 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/qlmlicense/client-side-methods/getalicensetypefromkey.md).

# GetALicenseTypeFromKey

### Description

Returns the license type of the provided license key

This API requires the use of QLM Engine version 6.0.00 or higher.

```csharp
 ELicenseType GetALicenseTypeFromKey(string licenseKey)
```

### Arguments

| Name       | Data Type | Description           |
| ---------- | :-------: | --------------------- |
| licenseKey |   string  | license key to verify |

### Return

|   Data Type  | Description                                  |
| :----------: | -------------------------------------------- |
| ELicenseType | the license type of the provided license key |
