KeywordQuery.EnableSorting - Propriété
Une valeur Boolean qui indique si les résultats de recherche doivent être triés.
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public Property EnableSorting As Boolean
Get
Set
'Utilisation
Dim instance As KeywordQuery
Dim value As Boolean
value = instance.EnableSorting
instance.EnableSorting = value
public bool EnableSorting { get; set; }
Valeur de propriété
Type : System.Boolean