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
Public ReadOnly Property Status As SPDeploymentStatus
Get
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.