SPBackupRestoreConsoleObject.NumberOfItemsCompleted property
Gets the total number of components that the operation has backed up or restored so far.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfItemsCompleted As Integer
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As Integer
value = instance.NumberOfItemsCompleted
public int NumberOfItemsCompleted { get; }
Property value
Type: System.Int32
A Int32 that represents the current total number of components that have been backed up or restored.
See also
Reference
SPBackupRestoreConsoleObject class