Click or drag to resize

ILogisticsDocumentLineProductVariant Property

Gets or sets the product variant. If the logistics line does not support product variants, then this property will ignore sets and return always null.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
ProductVariant ProductVariant { get; set; }

Property Value

Type: ProductVariant
The product variant.
See Also