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