SPDeploymentEventArgs.ObjectsProcessed property
Gets an integer that specifies the number of deployment objects that are currently processed.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectsProcessed As Integer
Get
'Usage
Dim instance As SPDeploymentEventArgs
Dim value As Integer
value = instance.ObjectsProcessed
public int ObjectsProcessed { get; }
Property value
Type: System.Int32
Returns an integer that represents the number of objects.