ColumnSortOrder Enumeration

 

Indicates whether a column is sorted in ascending or descending order.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

public enum class ColumnSortOrder

Member nameDescription
Ascending

Specifies that the column is sorted in ascending order.

Descending

Specifies that the column is sorted in descending order.

This enumeration is used by the ListColumnCollection<TBusinessObject> object.

Return to top

Community Additions

ADD
Show: