Indicates whether or not the Activity is setup to recur periodically. For example, a monthly donation

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

Syntax

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

See Also