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.2.0

Syntax

C#
public string LetterTitle { get; set; }
Visual Basic (Declaration)
Public Property LetterTitle As String
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