The date thru whcih the Contatc's dues were last renewed

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

Syntax

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

See Also