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; }
<DataMemberAttribute(Name := "inUseCount", EmitDefaultValue := false)>
Public Property InUseCount As SeatCountData
Get
Set
public:
[DataMemberAttribute(Name = L"inUseCount", EmitDefaultValue = false)]
property SeatCountData^ InUseCount {
SeatCountData^ get ();
void set (SeatCountData^ value);
}
[<DataMemberAttribute(Name = "inUseCount", EmitDefaultValue = false)>]
member InUseCount : SeatCountData with get, set
Property Value
Type:
SeatCountDataRemarks
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