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