SortProperty.SortOrder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |