Gets or sets the monetary amount (in cash or in-kind) that is required in order to qualify for a club/award level.

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

Syntax

C#
protected decimal AmountToQualify { get; set; }
Visual Basic
Protected Property AmountToQualify As Decimal
	Get
	Set
Visual C++
protected:
property Decimal AmountToQualify {
	Decimal get ();
	void set (Decimal value);
}

Field Value

The total monetary amount or the value of in-kind donations that must be contributed over the time period specified in QualificationTimePeriod in order to achieve this award level.

See Also