ItemInitialQuantity Property |
The original quantity of this item instance as it was at the time it was initially created.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public double InitialQuantity { get; set; }
Public Property InitialQuantity As Double
Get
Set
public:
property double InitialQuantity {
double get ();
void set (double value);
}
member InitialQuantity : float with get, set
Property Value
Type:
DoubleSee Also