SPBackupRestoreConsoleObject.CurrentPhase property
Gets a value that indicates what phase of the backup or restore operation is underway.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentPhase As SPBackupRestorePhaseType
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As SPBackupRestorePhaseType
value = instance.CurrentPhase
public SPBackupRestorePhaseType CurrentPhase { get; }
Property value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType
A SPBackupRestorePhaseType that specifies the current phase of the backup or restore operation.
See also
Reference
SPBackupRestoreConsoleObject class