LicenseSeatUsageDetailAllocatedToTenantsCount Property |
Gets the number of seats which have been allocated to tenants.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public SeatCount AllocatedToTenantsCount { get; }
Public ReadOnly Property AllocatedToTenantsCount As SeatCount
Get
public:
property SeatCount AllocatedToTenantsCount {
SeatCount get ();
}
member AllocatedToTenantsCount : SeatCount with get
Property Value
Type:
SeatCountRemarks
This property only applies to deployments which make use of the multi-tenancy functionality, and is only
populated when invoked by a system administrator.
See Also