Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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