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.2.0

Syntax

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

See Also