SortType enumeration

Whether a sort is ascending or descending.

public enum SortType

Values

namevaluedescription
Ascending0
Descending1

See Also