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