共用方式為


SPDeploymentEventArgs.Status property

取得指定之部署作業的目前狀態SPDeploymentStatus列舉值。

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
會傳回SPDeploymentStatus列舉值。

請參閱

參照

SPDeploymentEventArgs class

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace