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; }
Public ReadOnly Property Quotas As IDictionary(Of String, Integer)
Get
public:
property IDictionary<String^, int>^ Quotas {
IDictionary<String^, int>^ get ();
}
member Quotas : IDictionary<string, int> with get
Property Value
Type:
IDictionaryString,
Int32See Also