ResultTable.IsTotalRowsExact property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property IsTotalRowsExact As Boolean
Get
Friend Set
'Usage
Dim instance As ResultTable
Dim value As Boolean
value = instance.IsTotalRowsExact
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public bool IsTotalRowsExact { get; internal set; }
Property value
Type: System.Boolean