The date through whcih this contact has paid membership dues.

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

Syntax

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

See Also