SPBackupRestoreInformation.Self property

Gets or sets the backup object that is the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore).

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

Syntax

'Declaration
Public Property Self As SPBackupRestoreObject
    Get
    Friend Set
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As SPBackupRestoreObject

value = instance.Self
public SPBackupRestoreObject Self { get; internal set; }

Property value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject
An SPBackupRestoreObject that represents the output of a backup operation or the input of a restore operation.

See also

Reference

SPBackupRestoreInformation class

SPBackupRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace