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

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace