Gets or sets the RECEIPT_ID field of the CTransRow.

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

Syntax

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

See Also