Gets or sets the name that the donor is to be "listed as" on all reports and acknowledgements for the gift or pledge.

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

Syntax

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

Field Value

The name that the donor is to be "listed as" on all reports and acknowledgements for the gift or pledge.

Remarks

This property is set automatically from the value set in the Donor Data area on the Manage Customers window but may be overridden via this property.

If an attempt is made to set this with a value longer than 253 characters an error is reported.

See Also