Edit

Share via


SortProperty.SortOrder Enum

Definition

Defines the sort orders in which results can be sorted.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6283E28A-C02C-40D0-A688-BE537C779953")]
public enum SortProperty.SortOrder
type SortProperty.SortOrder = 
Public Enum SortProperty.SortOrder
Inheritance
SortProperty.SortOrder
Attributes

Fields

Name Value Description
Ascending 0

Sort in ascending order. This enumeration member represents a value of 0.

Descending 1

Sort in descending order. This enumeration member represents a value of 1.

Applies to