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.

See also

Reference

SPDeploymentEventArgs class

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace