Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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