Gets the CContact making the donation (i.e., keyed by DonorContactId).

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

Syntax

C#
public CContact Donor { get; }
Visual Basic
Public ReadOnly Property Donor As CContact
	Get
Visual C++
public:
property CContact^ Donor {
	CContact^ get ();
}

Field Value

The CContact object representing the Contact making the donation.

Remarks

DonorContactId must already be set on this Gift and the Donor must exist in the destination database.

See Also