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