Share via


ResultSorting.SortableFields Property

Gets the list of fields that can be sorted.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property SortableFields As List(Of SortableField)
    Get
'Usage
Dim instance As ResultSorting
Dim value As List(Of SortableField)

value = instance.SortableFields
public List<SortableField> SortableFields { get; }

Property Value

Type: System.Collections.Generic.List<SortableField>
Returns List<T>.

See Also

Reference

ResultSorting Class

ResultSorting Members

Microsoft.Office.Server.Search.WebControls Namespace