Gets an indicator of whether this COrder contains fundraising items.

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

Syntax

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