ProductGroupProducts Property |
List of products in this product group
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ObjectCollection<Product> Products { get; }
Public ReadOnly Property Products As ObjectCollection(Of Product)
Get
public:
property ObjectCollection<Product^>^ Products {
ObjectCollection<Product^>^ get ();
}
member Products : ObjectCollection<Product> with get
Property Value
Type:
ObjectCollectionProduct
See Also