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

'Declaration
Public Property HaltOnNonfatalError As Boolean
    Get
    Set
'Usage
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.

See also

Reference

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace