ShipmentLineShipmentOrderLine Property |
Shipment order line for which this quantity is shipped. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ShipmentOrderLine ShipmentOrderLine { get; set; }
Public Property ShipmentOrderLine As ShipmentOrderLine
Get
Set
public:
property ShipmentOrderLine^ ShipmentOrderLine {
ShipmentOrderLine^ get ();
void set (ShipmentOrderLine^ value);
}
member ShipmentOrderLine : ShipmentOrderLine with get, set
Property Value
Type:
ShipmentOrderLine
See Also