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

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

Syntax

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

Field Value

One of the "sortable" properties defined in FunctionSortBy

See Also