Gets or sets an indicator of whether this CDuesProduct is also a fundraising item.

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

Syntax

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

Field Value

True if this dues/billing product is a fundraising item; false if it is not.

See Also