Gets the Institute name, optimized for sorting

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

Syntax

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

Remarks

This property is automatically calculated from the InstituteName according to rules built into iMIS.

See Also