QuotaUsageDetailQuota Property |
Gets or sets the quota for the corresponding object type.
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 int? Quota { get; set; }
Public Property Quota As Integer?
Get
Set
public:
property Nullable<int> Quota {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Quota : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also