ResultTable.RowCount property
Obtém o número de resultados da pesquisa retornados na tabela de resultados.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property RowCount As Integer
Get
Set
'Uso
Dim instance As ResultTable
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
[DataMemberAttribute]
public int RowCount { get; set; }
Property value
Type: System.Int32
O número de resultados da pesquisa.