SortOrder enumeration
Especifica como classificar itens da fila.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
<SerializableAttribute> _
Public Enumeration SortOrder
'Uso
Dim instance As SortOrder
[SerializableAttribute]
public enum SortOrder
Members
Member name | Description | |
---|---|---|
Undefined | Valor = 0. Nenhuma ordem de classificação especificada. | |
Ascending | Valor = 1. Classifica os itens em ordem crescente. | |
Descending | Valor = 2. Classifica os itens em ordem decrescente. | |
LastOrder | Valor = 3. Classifica os itens na ordem última especificada. |
Comentários
Dica
O namespace Microsoft.Office.Project.Server.Library também inclui o tipo de QueueConstants.SortOrder .