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

For an example of the use of the SortOrderTypeEnum enumeration, see the EnsureEnterpriseResource method in ReadResource.

See also

Reference

Microsoft.Office.Project.Server.Library namespace