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