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