SPBackupRestoreObject.CurrentPhase Property

Gets a value indicating the phase of the current operation.

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

Syntax

'Declaration
Public Property CurrentPhase As SPBackupRestorePhaseType
    Get
    Friend Set
'Usage
Dim instance As SPBackupRestoreObject
Dim value As SPBackupRestorePhaseType

value = instance.CurrentPhase
public SPBackupRestorePhaseType CurrentPhase { get; internal set; }

Property Value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType
An SPBackupRestorePhaseType that specifies the current phase of the current operation.

See Also

Reference

SPBackupRestoreObject Class

SPBackupRestoreObject Members

Microsoft.SharePoint.Administration.Backup Namespace