Gets or sets the last name, family name or surname of this contact/customer, if a person. Not set for Institute/Company records.

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

Syntax

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

Field Value

A free form text field containing the last name, family name or surname of this contact/customer.

Remarks

Should not be set if the contact itself is an institute/company. This field will be converted to title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting. Changes to this property will also cause the FullName and LastFirst properties to be recalculated.

See Also