Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WorkOrderItem> Items { get; }
Public ReadOnly Property Items As ChildCollection(Of WorkOrderItem)
Get
public:
property ChildCollection<WorkOrderItem^>^ Items {
ChildCollection<WorkOrderItem^>^ get ();
}
member Items : ChildCollection<WorkOrderItem> with get
Property Value
Type:
ChildCollectionWorkOrderItem
See Also