SPRestoreInformation.ParentRestoreInformation Property
Gets the parent SPRestoreInformation of this SPRestoreInformation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ParentRestoreInformation As SPRestoreInformation
Get
'Usage
Dim instance As SPRestoreInformation
Dim value As SPRestoreInformation
value = instance.ParentRestoreInformation
public SPRestoreInformation ParentRestoreInformation { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation
A SPRestoreInformation that provides restore information for the component (farm, Web service, Web application, or content database) that is the parent of the component whose restore information is represented by this SPRestoreInformation.