# 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 |
