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