Compartir a través de


de la propiedad QueryInfo.TotalResults

Gets or sets the total number of results that match the conditions given in the Buscar query.

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property TotalResults As Long
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As Long

value = instance.TotalResults

instance.TotalResults = value
[DataMemberAttribute]
public long TotalResults { get; set; }

Valor de propiedad

Tipo: System.Int64
The total number of results that match the conditions given in the Buscar query.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query