Gets or sets the ContactId of the Contact being honored.

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

Syntax

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

Field Value

The key to the Contact who is being honored or paid tribute with this donation.

Remarks

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

See Also