TenantSeatAllocation Class

Represents the allocation of license seats to a tenant.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.MultiTenancyTenantSeatAllocation

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class TenantSeatAllocation

The TenantSeatAllocation type exposes the following members.

Properties
  NameDescription
Public propertyFloatingDeveloperAllocation
Gets the floating developer allocation for the tenant.
Public propertyFloatingPowerUserAllocation
Gets the floating Power User allocation for the tenant.
Public propertyFloatingStandardUserAllocation
Gets the floating Standard User allocation for the tenant.
Public propertyReservedDeveloperAllocation
Gets the reserved developer allocation for the tenant.
Public propertyReservedPowerUserAllocation
Gets the reserved Power User allocation for the tenant.
Public propertyReservedStandardUserAllocation
Gets the reserved Standard User allocation for the tenant.
Top
See Also