Click or drag to resize

ProductVariants Property

List of ProductVariant child objects, based on the General.ProductVariant.Product back reference

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<ProductVariant> Variants { get; }

Property Value

Type: ChildCollectionProductVariant
See Also