Filter.SortOrderTypeEnum Enumeration
Specifies the sort order for column names returned by a filter.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SortOrderTypeEnum
'Usage
Dim instance As Filter.SortOrderTypeEnum
[SerializableAttribute]
public enum SortOrderTypeEnum
Members
Member name | Description | |
---|---|---|
None | Value=0. No sort. | |
Asc | Value=1. Ascending sort. | |
Desc | Value=2. Descending sort. |
Remarks
Note |
---|
The Microsoft.Office.Project.Server.Library.FilterSchema namespace also includes the SortOrderType type. |