SPDeploymentEventArgs.Status property

Gets a SPDeploymentStatus enumeration value that specifies the current status of the deployment operation.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Status As SPDeploymentStatus
    Get
'Usage
Dim instance As SPDeploymentEventArgs
Dim value As SPDeploymentStatus

value = instance.Status
public SPDeploymentStatus Status { get; }

Property value

Type: Microsoft.SharePoint.Deployment.SPDeploymentStatus
Returns a SPDeploymentStatus enumeration value.

See also

Reference

SPDeploymentEventArgs class

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace