Click or drag to resize

ShipmentOrderLines Property

List of ShipmentOrderLine child objects, based on the Logistics.Shipment.ShipmentOrderLine.ShipmentOrder back reference

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<ShipmentOrderLine> Lines { get; }

Property Value

Type: ChildCollectionShipmentOrderLine
See Also