Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.