QuotaUsageDetailInUse Property |
Gets or sets the quantity used in the system 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 decimal? InUse { get; set; }
Public Property InUse As Decimal?
Get
Set
public:
property Nullable<Decimal> InUse {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member InUse : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also