Gets or sets the IS_MATCH_GIFT field of the CTransRow.

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

Syntax

C#
public short IsMatchingGift { get; set; }
Visual Basic
Public Property IsMatchingGift As Short
	Get
	Set
Visual C++
public:
property short IsMatchingGift {
	short get ();
	void set (short value);
}

See Also