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