SPRestoreInformation.ParentRestore Property
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.