Gets or sets the MONTHS_PAID field of the CTransRow.

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

Syntax

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

See Also