Open this page in the API Guide

TenantSeatAllocationDetail Class

Represents the allocation of a specific seat kind to a tenant.
Inheritance Hierarchy
System.Object
  Dundas.BI.AccountServices.MultiTenancy.TenantSeatAllocationDetail

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

The TenantSeatAllocationDetail type exposes the following members.

Properties
  NameDescription
Public propertyBaseSeatCount
Gets or sets the base number of seats assigned to the tenant.
Public propertyElasticHourCount
Gets or sets the number of elastic seat-hours assigned to the tenant.
Public propertyElasticSeatCount
Gets or sets the elastic number of seats assigned to the tenant.
Top
See Also