ShipmentLineShipment Property |
The Shipment to which this ShipmentLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Shipment Shipment { get; set; }
Public Property Shipment As Shipment
Get
Set
public:
property Shipment^ Shipment {
Shipment^ get ();
void set (Shipment^ value);
}
member Shipment : Shipment with get, set
Property Value
Type:
Shipment
See Also