InvoiceLineInvoice Property |
The Invoice to which this InvoiceLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Invoice Invoice { get; set; }
Public Property Invoice As Invoice
Get
Set
public:
property Invoice^ Invoice {
Invoice^ get ();
void set (Invoice^ value);
}
member Invoice : Invoice with get, set
Property Value
Type:
Invoice
See Also