SPBackupRestoreConsoleObject.ThreadErrorMessage property
Gets or sets a message explaining a thread error.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ThreadErrorMessage As String
Get
Friend Set
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As String
value = instance.ThreadErrorMessage
public string ThreadErrorMessage { get; internal set; }
Property value
Type: System.String
A String that identifies what kind of thread error has occurred.
See also
Reference
SPBackupRestoreConsoleObject class