The date through whcih this contact has paid membership dues.

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

Syntax

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

See Also