FilterCategory.SortBy property

Gets or sets the sort criteria for the refinement filter category.

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

Syntax

'Declaration
Public Property SortBy As String
    Get
    Set
'Usage
Dim instance As FilterCategory
Dim value As String

value = instance.SortBy

instance.SortBy = value
public string SortBy { get; set; }

Property value

Type: System.String
The sort criteria.

Remarks

The values for this property are:

  • Frequency

  • NumericValue

  • Name

  • Custom

See also

Reference

FilterCategory class

FilterCategory members

Microsoft.Office.Server.Search.WebControls namespace