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 (26.2.0.1000)
Syntax
public class TenantSeatAllocation

The TenantSeatAllocation type exposes the following members.

Properties
 NameDescription
Public propertyFloatingDeveloperAllocationGets the floating developer allocation for the tenant.
Public propertyFloatingPowerUserAllocationGets the floating Power User allocation for the tenant.
Public propertyFloatingStandardUserAllocationGets the floating Standard User allocation for the tenant.
Public propertyReservedDeveloperAllocationGets the reserved developer allocation for the tenant.
Public propertyReservedPowerUserAllocationGets the reserved Power User allocation for the tenant.
Public propertyReservedStandardUserAllocationGets the reserved Standard User allocation for the tenant.
Top
See Also