Gets or sets the ContactId () of the who will receive credit for the donation.

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

Syntax

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

Field Value

The key to the Contact who will receive credit for the donation, but who is not the primary donor.

Remarks

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

See Also