Gets or sets the title of the letter to be sent when a Donor Club award level is reached (for DonorClubs) or a gift is to be sent (for Gifts).

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

Syntax

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

Remarks

If the supplied value is greater than 45 characters in length an error is reported.

See Also