SortXsltList.SortList Property
Gets a list of sort options to be displayed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property SortList As List(Of SortXsltEntry)
Get
'Usage
Dim instance As SortXsltList
Dim value As List(Of SortXsltEntry)
value = instance.SortList
public List<SortXsltEntry> SortList { get; }
Property Value
Type: System.Collections.Generic.List<SortXsltEntry>
A list of sort options to be displayed.