Expand Minimize
This topic has not yet been rated - Rate this topic

LookupTables.SortOrder enumeration

Specifies the preferred sort order for lookup tables.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
<ClientCallableTypeAttribute(ServerTypeId := "33188D65-10AC-40FB-8FDA-A20A954EA814",  _
	Name := "LookupTableSortOrder")> _
Public Enumeration SortOrder
Dim instance As LookupTables.SortOrder
[ClientCallableTypeAttribute(ServerTypeId = "33188D65-10AC-40FB-8FDA-A20A954EA814", 
	Name = "LookupTableSortOrder")]
public enum SortOrder
Member nameDescription
UserDefinedValue=0. Custom sort.
AscendingValue=1. Ascending sort.
DescendingValue=2. Descending sort.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.