Share via


IUpgrader.ContinueOnFailure property

Allows the sequence to ignore error and move on to the next object in sequence.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property ContinueOnFailure As Boolean
    Get
'Usage
Dim instance As IUpgrader
Dim value As Boolean

value = instance.ContinueOnFailure
bool ContinueOnFailure { get; }

Property value

Type: System.Boolean

See also

Reference

IUpgrader interface

IUpgrader members

Microsoft.SharePoint.Upgrade namespace