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