TenantSeatAllocationDetailElasticHourCount Property  | 
 Gets or sets the number of elastic seat-hours assigned to the tenant.
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int? ElasticHourCount { get; set; }Public Property ElasticHourCount As Integer?
	Get
	Set
public:
property Nullable<int> ElasticHourCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member ElasticHourCount : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
            The number of elastic seat-hours, or 
 to indicate that this number
            should be drawn from the global pool.
            
RemarksFor reserved seats, this should always have a value of .
See Also