RecipeProduceQuantity Property |
Lot size. This is the produced quantity in one production run. The quantity is measured in the primary unit of Product_Id. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity ProduceQuantity { get; set; }
Public Property ProduceQuantity As Quantity
Get
Set
public:
property Quantity^ ProduceQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member ProduceQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also