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

Syntax

C#
public bool IsPledge { get; set; }
Visual Basic
Public Property IsPledge As Boolean
	Get
	Set
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