ProductScrapRate Property |
Default scrap rate for the recipe, when this product is used as ingredient. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ScrapRate { get; set; }
Public Property ScrapRate As Decimal
Get
Set
public:
property Decimal^ ScrapRate {
Decimal^ get ();
void set (Decimal^ value);
}
member ScrapRate : decimal with get, set
Property Value
Type:
Decimal
See Also