ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SortDescription Class


In This Topic
    SortDescription Class Properties
    In This Topic

    For a list of all members of this type, see SortDescription members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the CaseSensitivity for the sort operation. The default value is CaseSensitivity.Insensitive.  
    Public PropertyGets the Field whose values need to be sorted.  
    Public PropertyGets or sets the SortOrder for the sort operation. The default value is SortOrder.Ascending.  
    Top
    See Also