ResultTable.IsTotalRowsExact Property
Gets a Boolean value indicating whether the value returned for the TotalRows property is an approximation, or the exact number of rows.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IsTotalRowsExact As Boolean
Get
Friend Set
'Usage
Dim instance As ResultTable
Dim value As Boolean
value = instance.IsTotalRowsExact
[DataMemberAttribute]
public bool IsTotalRowsExact { get; internal set; }
Property Value
Type: System.Boolean
true if the TotalRows value is the exact number of results returned; otherwise, false.