Gets or sets the INVOICE_NUM field of the invoice.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int InvoiceNumber { get; set; }
Visual Basic
Public Property InvoiceNumber As Integer
	Get
	Set
Visual C++
public:
property int InvoiceNumber {
	int get ();
	void set (int value);
}

See Also