ResourceSetupScrapQuantity Property |
The usual quantity of fixed scrap occurring when changing production. . [Unit: SetupScrapUnit] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity SetupScrapQuantity { get; set; }
Public Property SetupScrapQuantity As Quantity
Get
Set
public:
property Quantity^ SetupScrapQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member SetupScrapQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also