CalculationProductOutputQuantity Property |
The quantity produced. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Quantity { get; set; }
Public Property Quantity As Decimal
Get
Set
public:
property Decimal^ Quantity {
Decimal^ get ();
void set (Decimal^ value);
}
member Quantity : decimal with get, set
Property Value
Type:
Decimal
See Also