SPBackupRestoreInformation.IsFailure property
Gets a value that indicates whether the 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 SPBackupRestoreInformation
Dim value As Boolean
value = instance.IsFailure
public bool IsFailure { get; }
Property value
Type: System.Boolean
true if the operation has failed; otherwise, false. The default is false.
See also
Reference
SPBackupRestoreInformation class