SPDeploymentSettings.HaltOnNonfatalError - Propriété
Obtient ou définit une valeur indiquant s'il faut arrêter l'importation ou l'exportation d'une erreur non fatale.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property HaltOnNonfatalError As Boolean
Get
Set
'Utilisation
Dim instance As SPDeploymentSettings
Dim value As Boolean
value = instance.HaltOnNonfatalError
instance.HaltOnNonfatalError = value
public bool HaltOnNonfatalError { get; set; }
Valeur de propriété
Type : System.Boolean
true pour arrêter l'exécution pour les erreurs non irrécupérables ; dans le cas contraire, false. La valeur par défaut est false.