What it does
The TenantInfo data type stores the tenant information in the database.Fields
| Name | Type | Description |
|---|---|---|
| Id | int | Tenant ID |
| Name | string | Tenant name |
| Description | string | Full tenant description |
| LicenseNumber | string | License number (if a tenant uses an allocated license) |
| CanUseCommonLicense | bool | Permission to use a common license if there is no allocated tenant license |
