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

SPBackupRestoreConsoleObject Members

Microsoft.SharePoint.Administration.Backup Namespace