ResultTable.RowCount property
NOTE: This API is now obsolete.
Gets the number of query results contained in the ResultTable object.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property RowCount As Integer
Get
Set
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public int RowCount { get; set; }
Property value
Type: System.Int32
The number of query results contained in the ResultTable object.