: ManagedProperty.GetDocumentsFound (Método) (Microsoft.Office.Server.Search.Administration)
Gets the number of documents found with the managed property.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function GetDocumentsFound ( _
ByRef exceedsLimit As Boolean _
) As Integer
'Uso
Dim instance As ManagedProperty
Dim exceedsLimit As Boolean
Dim returnValue As Integer
returnValue = instance.GetDocumentsFound(exceedsLimit)
public int GetDocumentsFound (
ref bool exceedsLimit
)
Parámetros
- exceedsLimit
A Boolean value indicating whether to return a number greater than 1000 for the return value.
Valor devuelto
A 32-bit integer that indicates the number of documents found.
Vea también
Referencia
ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)