Gets the contact's last and first name. Calculated as LastName, FirstName. Like Doe, John

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

Syntax

C#
public string LastFirst { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastFirst As String
Visual C++
public:
property String^ LastFirst {
	String^ get ();
}

Remarks

This value is calculated automatically from the LastName and FirstName properties.

See Also