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.

See also

Reference

SPRestoreInformation class

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace