TransportOrderItems Property |
A list of the materials to be picked and transported.
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<TransportOrderItem> Items { get; }
Public ReadOnly Property Items As IEnumerable(Of TransportOrderItem)
Get
public:
property IEnumerable<TransportOrderItem^>^ Items {
IEnumerable<TransportOrderItem^>^ get ();
}
member Items : IEnumerable<TransportOrderItem> with get
Property Value
Type:
IEnumerableTransportOrderItemSee Also