OperationGroupOperations Property |
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Operation> Operations { get; }
Public ReadOnly Property Operations As ChildCollection(Of Operation)
Get
public:
property ChildCollection<Operation^>^ Operations {
ChildCollection<Operation^>^ get ();
}
member Operations : ChildCollection<Operation> with get
Property Value
Type:
ChildCollectionOperation
See Also