Gets or sets an indication of whether this CFunction is a fundraising function. This is IS_FR_ITEM in the Product_Function table for iMIS 10.6 and later.

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

Syntax

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

See Also