SPDeploymentErrorEventArgs.ErrorType - Propriété
Obtient une valeur SPDeploymentErrorType qui spécifie le type d'erreur.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorType As SPDeploymentErrorType
Get
'Utilisation
Dim instance As SPDeploymentErrorEventArgs
Dim value As SPDeploymentErrorType
value = instance.ErrorType
public SPDeploymentErrorType ErrorType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Deployment.SPDeploymentErrorType
Renvoie une valeur de SPDeploymentErrorType .
Voir aussi
Référence
SPDeploymentErrorEventArgs classe