SPBackupRestoreConsoleObject.ParentTopComponent Property
Gets the name of the SharePoint Foundation component that is the parent to the top most component in the tree of components that the operation is backing up or restoring.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ParentTopComponent As String
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As String
value = instance.ParentTopComponent
public string ParentTopComponent { get; }
Property Value
Type: System.String
A String that names the parent of the top component in the tree of components for the operation.
Remarks
This parent is not itself being backed up or restored; but one of its immediate children is being backed up or restored by the SPBackupRestoreConsoleObject operation and so are the children of that component.
See Also
Reference
SPBackupRestoreConsoleObject Class