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.254.0.0 (8.254.0.0)
Syntaxpublic 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:
IEnumerableOperation
See Also