Sort.Property - Propriété
Obtient ou définit le nom d'une propriété selon lequel les résultats de recherche sont 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 Property As String
Get
Set
'Utilisation
Dim instance As Sort
Dim value As String
value = instance.Property
instance.Property = value
public string Property { get; set; }
Valeur de propriété
Type : System.String
Chaîne contenant le nom de la propriété.
Remarques
Les conditions spéciales suivantes s’appliquent uniquement à FAST Search Server 2010 for SharePoint :
Property peut contenir le nom d'un profil rang au lieu d'une propriété gérée. Dans ce cas, le jeu de résultats est trié par Rank, mais en utilisant le profil de classement de ceux définis par défaut spécifié par Property. Pour plus d'informations, voir Trier par rang.
Direction peut contenir une spécification formule tri. Pour plus d'informations, voir Trier par la formule.