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 (25.3.0.1000)
Syntaxpublic SeatCount InUseCount { get; }Public ReadOnly Property InUseCount As SeatCount
	Get
public:
property SeatCount InUseCount {
	SeatCount get ();
}member InUseCount : SeatCount with 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