SPBackupRestoreInformation.Parent Property
Gets the parent backup object of the current operation's backup object.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SPBackupRestoreObject
Get
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As SPBackupRestoreObject
value = instance.Parent
public SPBackupRestoreObject Parent { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject
An SPBackupRestoreObject that represents the parent of the SPBackupRestoreObject object that is itself 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).
Remarks
SPBackupRestoreObject objects can be nested.
See Also
Reference
SPBackupRestoreInformation Class