ProgressEventArgs.ObjectProcessed Property
Indicates the number of objects that have been processed.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectProcessed As Integer
Get
'Usage
Dim instance As ProgressEventArgs
Dim value As Integer
value = instance.ObjectProcessed
public int ObjectProcessed { get; }
Property Value
Type: System.Int32