Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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