QuotaUsageDetailDataInUse Property |
Gets or sets the quantity used in the system for the corresponding object type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "inUse", EmitDefaultValue = false)]
public decimal? InUse { get; set; }
<DataMemberAttribute(Name := "inUse", EmitDefaultValue := false)>
Public Property InUse As Decimal?
Get
Set
public:
[DataMemberAttribute(Name = L"inUse", EmitDefaultValue = false)]
property Nullable<Decimal> InUse {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
[<DataMemberAttribute(Name = "inUse", EmitDefaultValue = false)>]
member InUse : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also