Gets an indicator of whether this COrder contains fundraising items.

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

Syntax

C#
public bool IsFundRaisingOrder { get; }
Visual Basic
Public ReadOnly Property IsFundRaisingOrder As Boolean
	Get
Visual C++
public:
property bool IsFundRaisingOrder {
	bool get ();
}

Field Value

True if there is one or more items on the COrder that are fundraising related; false if not.

See Also