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

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

Syntax

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

Field Value

One of the "sortable" properties defined in KeyValuePairSortBy

See Also