Partager via


ManagedProperty.GetDocumentsFound, méthode (Microsoft.Office.Server.Search.Administration)

Gets the number of documents found with the managed property.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function GetDocumentsFound ( _
    ByRef exceedsLimit As Boolean _
) As Integer
'Utilisation
Dim instance As ManagedProperty
Dim exceedsLimit As Boolean
Dim returnValue As Integer

returnValue = instance.GetDocumentsFound(exceedsLimit)
public int GetDocumentsFound (
    ref bool exceedsLimit
)

Paramètres

  • exceedsLimit
    A Boolean value indicating whether to return a number greater than 1000 for the return value.

Valeur de retour

A 32-bit integer that indicates the number of documents found.

Voir aussi

Référence

ManagedProperty, classe
Membres ManagedProperty
Microsoft.Office.Server.Search.Administration, espace de noms