Share via


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

SPBackupRestoreConsoleObject Members

Microsoft.SharePoint.Administration.Backup Namespace