Gets or sets a reference to the salutation formula 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 SalutationCode { get; set; }
Visual Basic
Public Property SalutationCode As String
	Get
	Set
Visual C++
public:
property String^ SalutationCode {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to an existing Salutation formula to be used when creating the acknowledgement of the gift or pledge.

Remarks

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

See Also