Open this page in the API Guide

TenantSeatAllocationDetailData.BaseSeatCount Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "baseSeatCount", EmitDefaultValue = false)]
public int? BaseSeatCount { get; set; }

Property Value

Type: Nullable<Int32>
The seat count, or null to indicate that this type of seat should be drawn from the global pool.
See Also