TenantSeatAllocationDetailDataElasticSeatCount Property  | 
 Gets or sets the elastic 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.3.0.1000)
Syntax[DataMemberAttribute(Name = "elasticSeatCount", EmitDefaultValue = false)]
public int? ElasticSeatCount { get; set; }<DataMemberAttribute(Name := "elasticSeatCount", EmitDefaultValue := false)>
Public Property ElasticSeatCount As Integer?
	Get
	Set
public:
[DataMemberAttribute(Name = L"elasticSeatCount", EmitDefaultValue = false)]
property Nullable<int> ElasticSeatCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}[<DataMemberAttribute(Name = "elasticSeatCount", EmitDefaultValue = false)>]
member ElasticSeatCount : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
            The seat count, or 
 to indicate that this type
            of seat should be drawn from the global pool.
            
RemarksFor reserved seats, this should always have a value of .
See Also