Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ProductVariant> Variants { get; }
Public ReadOnly Property Variants As ChildCollection(Of ProductVariant)
Get
public:
property ChildCollection<ProductVariant^>^ Variants {
ChildCollection<ProductVariant^>^ get ();
}
member Variants : ChildCollection<ProductVariant> with get
Property Value
Type:
ChildCollectionProductVariant
See Also