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

Syntax

C#
protected decimal AmountToQualify { get; set; }
Visual Basic (Declaration)
Protected Property AmountToQualify As Decimal
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