Click or drag to resize

ShipmentLineProduct Property

Gets or sets the product.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Product Product { get; set; }

Property Value

Type: Product
The product.

Implements

ILineWithProductAndLotProduct
ILogisticsDocumentLineProduct
ILineWithProductAndLotProduct
Exceptions
ExceptionCondition
InvalidOperationExceptionCannot set Product for Shipment Line.
See Also