The date thru which this Activity is in effect. E.g., the end date for a subscription. The meaning is ActivityType specific.

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

Syntax

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

See Also