StockedPartAssignmentMaximumQuantity Property |
The maximum quantity of this part that may be storded at this
StockLocation. If an attempt
to store more than this amount at the location, the "Move To Stock" operation will fail.
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 MaximumQuantity { get; set; }
Public Property MaximumQuantity As Double
Get
Set
public:
property double MaximumQuantity {
double get ();
void set (double value);
}
member MaximumQuantity : float with get, set
Property Value
Type:
DoubleSee Also