DataProviderScriptWebPart.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
Public ReadOnly Property AvailableSorts As ComplexResultSort()
Get
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As ComplexResultSort()
value = instance.AvailableSorts
public ComplexResultSort[] AvailableSorts { get; }
Property value
Type: []
See also
Reference
DataProviderScriptWebPart class