AssetTypeConsumableConsumableQuantity Property |
Specifies what quantity of the consumable should be offered for each rented asset. [Unit: ConsumableQuantityUnit] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity ConsumableQuantity { get; set; }
Public Property ConsumableQuantity As Quantity
Get
Set
public:
property Quantity^ ConsumableQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member ConsumableQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also