Gets or sets an indicator of which property of the CContact should be used to order the list.

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

Syntax

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

Field Value

One of the "sortable" properties defined in ContactSortBy

See Also