Open this page in the API Guide

ITenantsProvider.GetLicenseAllocation Method

Gets the combined license allocation for all tenants.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IDictionary<LicenseSeatKind2, SeatCount> GetLicenseAllocation()

Return Value

Type: IDictionary<LicenseSeatKind2, SeatCount>
A dictionary containing the total number of seats allocated to all tenants, grouped by seat kind.
See Also