Gets or sets the indicator of whether or not this gift is a pledge.

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

Syntax

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

Field Value

True if the gift is a pledge or an installment, false if a payment accompanies the gift.

See Also