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列舉值。