Gets or sets a reference to the sender to be used on the acknowledgement of the gift or pledge.

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

Syntax

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

Field Value

The key to an existing acknowledgement sender (signer) to be used when creating the acknowledgement of the gift or pledge. For example, the Executive Director of the organization.

Remarks

The sender code provided must already be defined in iMIS; otherwise an error is reported.

See Also