SPBackupRestoreConsole.CurrentTotalItems Property
The number of components being backed up or restored in the current operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CurrentTotalItems As Integer
Get
'Usage
Dim value As Integer
value = SPBackupRestoreConsole.CurrentTotalItems
public static int CurrentTotalItems { get; }
Property Value
Type: System.Int32
A Int32 that represents the total number of components in the current backup or restore operation.