SPBackupRestoreConsoleObject.IsFailure property
Gets a value indicating whether the backup or restore operation has failed.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsFailure As Boolean
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As Boolean
value = instance.IsFailure
public bool IsFailure { get; }
Property value
Type: System.Boolean
true if the operation fails; otherwise, false.
See also
Reference
SPBackupRestoreConsoleObject class