BatchProcessFlowResultProcessFlows Property  | 
 
            The process flow related to the selected item.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic IEnumerable<ProcessFlow> ProcessFlows { get; set; }Public Property ProcessFlows As IEnumerable(Of ProcessFlow)
	Get
	Set
public:
property IEnumerable<ProcessFlow^>^ ProcessFlows {
	IEnumerable<ProcessFlow^>^ get ();
	void set (IEnumerable<ProcessFlow^>^ value);
}member ProcessFlows : IEnumerable<ProcessFlow> with get, set
Property Value
Type: 
IEnumerableProcessFlow
See Also