Click or drag to resize

ShipmentLines Property

List of ShipmentLine child objects, based on the Logistics.Shipment.ShipmentLine.Shipment 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<ShipmentLine> Lines { get; }

Property Value

Type: ChildCollectionShipmentLine
See Also