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.245.0.0 (8.245.0.0)
Syntax public 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:
IEnumerableProcessFlowSee Also