Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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