Gets or sets the ContactId of the CContact making the donation.

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

Syntax

C#
public string DonorContactId { get; set; }
Visual Basic (Declaration)
Public Property DonorContactId As String
Visual C++
public:
property String^ DonorContactId {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to the Contact making the donation.

Remarks

The Contact must already exist in the destination database; otherwise, an error is reported

See Also