> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for LicenseType

> Lists the enum values for LicenseType.

## LicenseType Enum

Entire system, per database, or per associate

| Name             | Value | Description |
| ---------------- | ----- | ----------- |
| Unknown          | 0     |             |
| SiteLicense      | 1     |             |
| SatelliteLicense | 2     |             |
| UserLicense      | 3     |             |

## Usage

* [ModuleLicense](../modulelicense).licenseType - Module licenses, belonging to one single owner


## Related topics

- [Enum LicenseType](/en/automation/crmscript/reference/CRMScript.NetServer.LicenseType.md)
- [SuperOffice.WebApi.Data.LicenseType](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseType.md)
- [SuperOffice.WebApi.Data.GrantedModuleLicense](/en/api/reference/webapi/SuperOffice.WebApi.Data.GrantedModuleLicense.md)
- [SuperOffice.WebApi.Data.ModuleLicense](/en/api/reference/webapi/SuperOffice.WebApi.Data.ModuleLicense.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Get Module License From D B](/en/api/reference/restful/rest/license/get-module-license-from-d-b.md)
