Gets the contact's last and first name or the institute name if no last or first is available. Calculated as LastName, FirstName. Like Doe, John or ABC Corp.

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

Syntax

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

Remarks

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

See Also