SPBackupRestoreObject.IBackupRestore property

Gets an object that represents a component of a type that can, in principle, be backed up or restored, and provides information about the component that is relevant to processing a backup or restoration of the component.

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

Syntax

'Declaration
Public ReadOnly Property IBackupRestore As IBackupRestore
    Get
'Usage
Dim instance As SPBackupRestoreObject
Dim value As IBackupRestore

value = instance.IBackupRestore
public IBackupRestore IBackupRestore { get; }

Property value

Type: Microsoft.SharePoint.Administration.Backup.IBackupRestore
A IBackupRestore that represents the component that is the subject of the backup or restore operation.

Remarks

The IBackupRestore also provides handlers for the events that occur in backup and restore operations.

See also

Reference

SPBackupRestoreObject class

SPBackupRestoreObject members

Microsoft.SharePoint.Administration.Backup namespace