Gets the name of the contact, optimized for sorting

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

Syntax

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

Remarks

This property is automatically calculated from the LastFirst or InstituteSort depending upon whether or not the the contact is an institute. See IsInstitute.

See Also