SPBackupRestoreHistoryObject.TopComponent property
Gets the name of the SharePoint Foundation component that was the top most component in the tree of components that the operation backed up or restored.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TopComponent As String
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As String
value = instance.TopComponent
public string TopComponent { get; }
Property value
Type: System.String
A String that names the top component in the tree of components for the operation.
See also
Reference
SPBackupRestoreHistoryObject class