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