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.2.0

Syntax

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

See Also