SPDeploymentErrorEventArgs.ErrorType-Eigenschaft
Ruft einen SPDeploymentErrorType -Wert, der den Typ des Fehlers angibt.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorType As SPDeploymentErrorType
Get
'Usage
Dim instance As SPDeploymentErrorEventArgs
Dim value As SPDeploymentErrorType
value = instance.ErrorType
public SPDeploymentErrorType ErrorType { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Deployment.SPDeploymentErrorType
Gibt einen Wert SPDeploymentErrorType .
Siehe auch
Referenz
SPDeploymentErrorEventArgs Klasse