PickingListItemQuantity Property  | 
 
            The quantity of material that is required.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic double Quantity { get; set; }Public Property Quantity As Double
	Get
	Set
public:
property double Quantity {
	double get ();
	void set (double value);
}member Quantity : float with get, set
Property Value
Type: 
Double
See Also