ListBloomFilter.ItemProcessedCount property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemProcessedCount As Integer
Get
'Usage
Dim instance As ListBloomFilter
Dim value As Integer
value = instance.ItemProcessedCount
public int ItemProcessedCount { get; }
Property value
Type: System.Int32