Share via


KeywordQuery.EnableSorting-Eigenschaft

HINWEIS: Diese API ist veraltet.

Gibt an, ob Ergebnisse sortiert werden, ist der Wert true, Ergebnisse sind mit SortList oder nach Rang ist SortList Empy ist der Wert false, Ergebnisse sind nicht sortiert

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property EnableSorting As Boolean
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As Boolean

value = instance.EnableSorting

instance.EnableSorting = value
[ObsoleteAttribute("This class is obsolete.")]
public bool EnableSorting { get; set; }

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Referenz

KeywordQuery Klasse

KeywordQuery-Member

Microsoft.SharePoint.Search.Query-Namespace