Gets or sets the MATCH_ACTIVITY_SEQN field of the CTransRow.

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

Syntax

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

See Also