Share via


ListColumnCollection.DefaultSortOrder Property

Gets or sets the default sort order for the list that is displayed in the list pane of the Administration Console.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Property DefaultSortOrder As ColumnSortOrder
public ColumnSortOrder DefaultSortOrder { get; set; }
public:
property ColumnSortOrder DefaultSortOrder {
    ColumnSortOrder get ();
    void set (ColumnSortOrder value);
}
/** @property */
public ColumnSortOrder get_DefaultSortOrder ()

/** @property */
public void set_DefaultSortOrder (ColumnSortOrder value)
public function get DefaultSortOrder () : ColumnSortOrder

public function set DefaultSortOrder (value : ColumnSortOrder)

Property Value

A value of the ColumnSortOrder enumeration that specifies whether the column is sorted in ascending or descending order.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

ListColumnCollection Generic Class
ListColumnCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace