ListColumnCollection<TBusinessObject>.DefaultSortOrder Property
Gets or sets the default sort order for the list that is displayed in the list pane of the Dashboard.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ColumnSortOrder DefaultSortOrder { get; set; }
public:
property ColumnSortOrder DefaultSortOrder {
ColumnSortOrder get();
void set(ColumnSortOrder value);
}
Public Property DefaultSortOrder As ColumnSortOrder
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ColumnSortOrder
A value of the ColumnSortOrder enumeration that specifies whether the column is sorted in ascending or descending order.
See Also
ListColumnCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top