Gets or sets the MATCH_GIFT_TRANS_NUM field of the CTransRow.

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

Syntax

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

See Also