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.2.0

Syntax

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

Remarks

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

See Also