LicenseSeatUsageDetailDataInUseCount Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "inUseCount", EmitDefaultValue = false)]
public SeatCountData InUseCount { get; set; }

Property Value

Type: SeatCountData
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