Share via


SPBackupRestoreHistoryObject.FailureMessage Property

Gets the message explaining the failure if the operation failed.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property FailureMessage As String
    Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As String

value = instance.FailureMessage
public string FailureMessage { get; }

Property Value

Type: System.String
A String that explains the reason for the failure, if there was a failure.

See Also

Reference

SPBackupRestoreHistoryObject Class

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace