DataProviderScriptWebPart.FallbackSort property

Specifies the sort fallback that is applied to all queries issued by this Data Provider.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property FallbackSort As List(Of ResultSort)
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As List(Of ResultSort)

value = instance.FallbackSort

instance.FallbackSort = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public List<ResultSort> FallbackSort { get; set; }

Property value

Type: System.Collections.Generic.List<ResultSort>

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace