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

Syntax

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

See Also