SPDeploymentSettings.HaltOnNonfatalError Property
Gets or sets a value indicating whether to stop the import or export for a non-fatal error.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property HaltOnNonfatalError As Boolean
Get
Set
Dim instance As SPDeploymentSettings
Dim value As Boolean
value = instance.HaltOnNonfatalError
instance.HaltOnNonfatalError = value
public bool HaltOnNonfatalError { get; set; }
Property Value
Type: System.Boolean
true to stop execution for non-fatal errors; otherwise, false. The default is false.