The date on which the iMIS user should be reminded of this Activity, e.g. to follow-up with the customer

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

Syntax

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

See Also