SalesOrder..::..JobInvoiceObject Property
Gets or sets the job invoice object.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public clsJobInvoice JobInvoiceObject { get; set; }
Public Property JobInvoiceObject As clsJobInvoice Get Set
public: property clsJobInvoice^ JobInvoiceObject { clsJobInvoice^ get (); void set (clsJobInvoice^ value); }