SPDeploymentEventArgs.Status-Eigenschaft
Ruft ein SPDeploymentStatus -Enumerationswert, der den aktuellen Status des Bereitstellungsvorgangs angibt.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Deployment.SPDeploymentStatus
Gibt einen SPDeploymentStatus -Enumerationswert zurück.