Gets or sets the time period over which gifts may be totaled to qualify for the Donor Club/Award level.

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

Syntax

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

Field Value

The time period over which gifts may be totaled to determine qualification for the Donor Club/Award level.

Remarks

If set to DonorClubQualificationTimePeriod.TimeSpan, be sure to set the NumberOfDays property to indicate how long the time span should be.

See Also