Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines how the federated search results are sorted.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property SortOrder As SortCollection
Get
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As SortCollection
value = instance.SortOrder
public SortCollection SortOrder { get; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SortCollection
A collection of Sort structures defining how the federated search results are sorted.
See Also
Reference
SearchResultsBaseDatasource Class