Location.TotalResults - Propriété
Obtient le nombre total de résultats de recherche renvoyés à partir de l'emplacement fédéré pour la requête.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property TotalResults As Integer
Get
Set
'Utilisation
Dim instance As Location
Dim value As Integer
value = instance.TotalResults
instance.TotalResults = value
public int TotalResults { get; set; }
Valeur de propriété
Type : System.Int32
Un entier de 32 bits spécifiant le nombre total de résultats.