Compartilhar via


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)

Syntax

public enum ColumnSortOrder
public enum class ColumnSortOrder
Public Enumeration ColumnSortOrder

Members

Member name Description
Ascending

Specifies that the column is sorted in ascending order.

Descending

Specifies that the column is sorted in descending order.

Remarks

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

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top