ResultScriptWebPart.AvailableSorts property

List of available sort options

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AvailableSorts As ComplexResultSort()
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As ComplexResultSort()

value = instance.AvailableSorts

instance.AvailableSorts = value
[BrowsableAttribute(false)]
public ComplexResultSort[] AvailableSorts { get; set; }

Property value

Type: []

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace