Click or drag to resize

LogisticsDocumentLineProductVariant Property

Gets or sets the product variant. Some logistics lines does not support product variants and this property will alwais return null/ghost object.

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

Property Value

Type: ProductVariant
The product variant.

Implements

ILogisticsDocumentLineProductVariant
See Also