ProcessFlowOperations Property |
A list of the operations associated to this process flow.
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<OperationBase> Operations { get; }
Public ReadOnly Property Operations As IEnumerable(Of OperationBase)
Get
public:
property IEnumerable<OperationBase^>^ Operations {
IEnumerable<OperationBase^>^ get ();
}
member Operations : IEnumerable<OperationBase> with get
Property Value
Type:
IEnumerableOperationBaseSee Also