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 (25.3.0.1000)
Syntaxpublic 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: 
NullableDecimal
See Also