The rank of this contact within the organization. Used to sort contacts on a roster. Lower numbers sort to the top.

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

Syntax

C#
public int ContactRank { get; set; }
Visual Basic
Public Property ContactRank As Integer
	Get
	Set
Visual C++
public:
property int ContactRank {
	int get ();
	void set (int value);
}

See Also