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