ReconciliationLineAvailableQuantityBase Property |
Quantity found at the reconciliation, in the base measurement category of the product. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity AvailableQuantityBase { get; set; }
Public Property AvailableQuantityBase As Quantity
Get
Set
public:
property Quantity^ AvailableQuantityBase {
Quantity^ get ();
void set (Quantity^ value);
}
member AvailableQuantityBase : Quantity with get, set
Property Value
Type:
Quantity
See Also