BatchProcessFlowResultBatch Property  | 
 
            The batch that the selected item is currently being tracked through.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Batch Batch { get; set; }Public Property Batch As Batch
	Get
	Set
public:
property Batch^ Batch {
	Batch^ get ();
	void set (Batch^ value);
}member Batch : Batch with get, set
Property Value
Type: 
Batch
See Also