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