LicenseSeatUsageDetailInUseCount Property

Gets the number of seats which are currently in-use.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public SeatCount InUseCount { get; }

Property Value

Type: SeatCount
Remarks
The term "in-use" is defined as follows:
  • For floating seats, the number of active sessions currently using a seat of the corresponding kind.
  • For reserved seats, the number of accounts currently assigned a seat of the corresponding kind.
See Also