Open this page in the API Guide

Tenant.Quotas 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 (25.1.0.1000)
Syntax
public IDictionary<string, int> Quotas { get; }

Property Value

Type: IDictionary<String, Int32>
See Also