Share via


SPBackupRestoreConsoleObject.ErrorCount property

Gets the total number of errors that have occurred during the backup or restore 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 SPBackupRestoreConsoleObject
Dim value As UInteger

value = instance.ErrorCount
public uint ErrorCount { get; }

Property value

Type: System.UInt32
A UInt32 that represents the total number of errors that have occurred so far.

See also

Reference

SPBackupRestoreConsoleObject class

SPBackupRestoreConsoleObject members

Microsoft.SharePoint.Administration.Backup namespace

WarningCount