Gets or sets the ORIGINATING_TRANS_NUM field of the invoice.

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

Syntax

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

See Also