IMultiTenancyServiceMaxNumberOfTenants Property |
Gets the maximum number of tenants allowed by the license.
Namespace:
Dundas.BI.AccountServices.MultiTenancy
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxNullable<int> MaxNumberOfTenants { get; }ReadOnly Property MaxNumberOfTenants As Nullable(Of Integer)
Get
property Nullable<int> MaxNumberOfTenants {
Nullable<int> get ();
}abstract MaxNumberOfTenants : Nullable<int> with get
Property Value
Type:
NullableInt32
The maximum number of tenants allowed by the license, or
if there is no limit.
See Also