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 an IBackupRestore object that represents the parent component of the component that is being restored.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ParentRestore As IBackupRestore
Get
'Usage
Dim instance As SPRestoreInformation
Dim value As IBackupRestore
value = instance.ParentRestore
public IBackupRestore ParentRestore { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Backup.IBackupRestore
An IBackupRestore object that represents the parent component of the component that is being restored.