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