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 (24.3.0.1000)
Syntax public 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.
Remarks For reserved seats, this should always have a value of .
See Also