TenantSeatAllocationDetailElasticSeatCount Property |
Gets or sets the elastic number of seats assigned to the tenant.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic int? ElasticSeatCount { get; set; }Public Property ElasticSeatCount As Integer?
Get
Set
public:
property Nullable<int> ElasticSeatCount {
Nullable<int> get ();
void set (Nullable<int> value);
}member ElasticSeatCount : Nullable<int> with get, set
Property Value
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