Gets or sets the PAID_THRU field of the CTransRow.

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

Syntax

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

See Also