RecordedMaterialQuantityWasted Property |
If known, the amount that was wasted (consumed but not used) from the specified material by this particular transaction.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<double> QuantityWasted { get; set; }
Public Property QuantityWasted As Nullable(Of Double)
Get
Set
public:
property Nullable<double> QuantityWasted {
Nullable<double> get ();
void set (Nullable<double> value);
}
member QuantityWasted : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also