ITenantsProviderGetLicenseAllocation Method |
Gets the combined license allocation for all tenants.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<LicenseSeatKind2, SeatCount> GetLicenseAllocation()
Function GetLicenseAllocation As IDictionary(Of LicenseSeatKind2, SeatCount)
IDictionary<LicenseSeatKind2, SeatCount>^ GetLicenseAllocation()
abstract GetLicenseAllocation : unit -> IDictionary<LicenseSeatKind2, SeatCount>
Return Value
IDictionaryLicenseSeatKind2,
SeatCountA dictionary containing the total number of seats allocated to all tenants, grouped by seat kind.
See Also