SPBackupRestoreConsoleObject.HasThreadError property
Gets a value that indicates whether the thread hosting the operation has an error.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasThreadError As Boolean
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As Boolean
value = instance.HasThreadError
public bool HasThreadError { get; }
Property value
Type: System.Boolean
true if there is a thread error; otherwise, false.
See also
Reference
SPBackupRestoreConsoleObject class