PurchaseControlDocumentLinePurchaseInvoiceLine Property |
The purchase invoice line which is to be or was executed. Null when the data is unknown. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchaseInvoiceLine PurchaseInvoiceLine { get; set; }
Public Property PurchaseInvoiceLine As PurchaseInvoiceLine
Get
Set
public:
property PurchaseInvoiceLine^ PurchaseInvoiceLine {
PurchaseInvoiceLine^ get ();
void set (PurchaseInvoiceLine^ value);
}
member PurchaseInvoiceLine : PurchaseInvoiceLine with get, set
Property Value
Type:
PurchaseInvoiceLine
See Also