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

Syntax

C#
public bool IsFundRaisingItem { get; set; }
Visual Basic (Declaration)
Public Property IsFundRaisingItem As Boolean
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