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 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