SPBackupRestoreObject.Parent property
Gets the SPBackupRestoreObject that represents the parent component of the component represented by this SPBackupRestoreObject.
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 SPBackupRestoreObject
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 component.