CurrentAvailabilityQuantityBase Property |
Gets or sets the available quantity.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal QuantityBase { get; set; }
Public Property QuantityBase As Decimal
Get
Set
public:
property Decimal^ QuantityBase {
Decimal^ get ();
void set (Decimal^ value);
}
member QuantityBase : decimal with get, set
Property Value
Type:
Decimal
The quantity.
See Also