Gets or sets the ContactId of the Contact who solicited the donation.

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

Syntax

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

Field Value

The key to the Contact who solicited the donation.

Remarks

The Contact must already exist in the destination database and must be marked as a Solicitor or an error is generated.

See Also