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