TenantSeatAllocationDetailElasticSeatCount Property

Gets or sets the elastic number of seats assigned to the tenant.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public int? ElasticSeatCount { get; set; }

Property Value

Type: NullableInt32
The seat count, or to indicate that this type of seat should be drawn from the global pool.
Remarks
For reserved seats, this should always have a value of .
See Also