> 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/islicensemodelacloudlicense.md).

# IsLicenseModelACloudLicense

### Description

Returns whether the provided license model is a cloud floating license

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

```csharp
 bool IsLicenseModelAPermanentLicense(ELicenseModel licenseModel)
```

### Arguments

| Name         |   Data Type   | Description             |
| ------------ | :-----------: | ----------------------- |
| licenseModel | ELicenseModel | license model to verify |

### Return

| Data Type | Description                                           |
| :-------: | ----------------------------------------------------- |
|    bool   | true if the license model is a cloud floating license |
