Open this page in the API Guide

TenantSeatAllocationDetailData.BaseSeatCount Property

Gets or sets the value corresponding to BaseSeatCount.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.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>
See Also