Share via


SPBackupRestoreConsoleObject.TotalItems property

Gets the total number of components being backed up or restored by the operation.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TotalItems As Integer
    Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As Integer

value = instance.TotalItems
public int TotalItems { get; }

Property value

Type: System.Int32
A Int32 that represents the number of components that are processed by the operation.

See also

Reference

SPBackupRestoreConsoleObject class

SPBackupRestoreConsoleObject members

Microsoft.SharePoint.Administration.Backup namespace