Open this page in the API Guide

LicenseSeatUsage.MaxNumberOfTenants Property

Gets the maximum number of tenants allowed by the license.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public int? MaxNumberOfTenants { get; set; }

Property Value

Type: Nullable<Int32>
The maximum number of tenants allowed by the license, or null if there is no limit.
See Also