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.
This enum is the possibilities for a sort order.
[System.Serializable]
public enum SortOrder
[<System.Serializable>]
type SortOrder =
Public Enum SortOrder
- Inheritance
-
SortOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Nothing was specified. |
Ascending | 1 | Ascending |
Descending | 2 | Descending |