Gets the CContact making the donation (i.e., keyed by DonorContactId).
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CContact Donor { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Donor As CContact |
| 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.