Share via


SPBackupRestoreHistoryObject.IsFailure property

Gets a value that indicates whether the operation 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 SPBackupRestoreHistoryObject
Dim value As Boolean

value = instance.IsFailure
public bool IsFailure { get; }

Property value

Type: System.Boolean
true if the operation failed; otherwise, false.

See also

Reference

SPBackupRestoreHistoryObject class

SPBackupRestoreHistoryObject members

Microsoft.SharePoint.Administration.Backup namespace