Gets or sets the ContactId of the Contact who solicited the donation.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string SolicitorContactId { get; set; } |
| Visual Basic |
|---|
Public Property SolicitorContactId As String Get Set |
| 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.