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