LicenseSeatUsageMaxNumberOfTenants 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.3.0.1000)
Syntaxpublic int? MaxNumberOfTenants { get; set; }Public Property MaxNumberOfTenants As Integer?
	Get
	Set
public:
property Nullable<int> MaxNumberOfTenants {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member MaxNumberOfTenants : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
              The maximum number of tenants allowed by the license, or 
 if there is no limit.
            
See Also