ResultTable.RecordsAffected Property
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public ReadOnly Property RecordsAffected As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.RecordsAffected
public int RecordsAffected { get; }
Property Value
Type: System.Int32