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