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