TransportationOrderLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TransportationOrderLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of TransportationOrderLine)
Get
public:
property ChildCollection<TransportationOrderLine^>^ Lines {
ChildCollection<TransportationOrderLine^>^ get ();
}
member Lines : ChildCollection<TransportationOrderLine> with get
Property Value
Type:
ChildCollectionTransportationOrderLine
See Also