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.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string ListAs { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ListAs As String |
| 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.