SPBackupRestoreHistoryObject.ErrorCount property
Gets the number of errors that occurred during the operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCount As UInteger
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As UInteger
value = instance.ErrorCount
public uint ErrorCount { get; }
Property value
Type: System.UInt32
The total number of errors.
See also
Reference
SPBackupRestoreHistoryObject class