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
SyntaxProductVariant ProductVariant { get; set; }
Property ProductVariant As ProductVariant
Get
Set
property ProductVariant^ ProductVariant {
ProductVariant^ get ();
void set (ProductVariant^ value);
}
abstract ProductVariant : ProductVariant with get, set
Property Value
Type:
ProductVariant
The product variant.
See Also