Gets or sets the monetary amount or value of the gift or pledge.

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

Syntax

C#
public decimal Amount { get; set; }
Visual Basic
Public Property Amount As Decimal
	Get
	Set
Visual C++
public:
property Decimal Amount {
	Decimal get ();
	void set (Decimal value);
}

Field Value

The monetary amount or value (for in-kind donations) of the gift or pledge.

See Also