TenantQuotas Property

Gets a dictionary containing quotas for the tenant.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IDictionary<string, int> Quotas { get; }

Property Value

Type: IDictionaryString, Int32
See Also