Share via


SPBackupRestoreHistoryObject.TopComponentId property

Gets the ID of the IBackupRestore object that represents to the top component of the tree of components that were backed up or restored.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TopComponentId As Guid
    Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As Guid

value = instance.TopComponentId
public Guid TopComponentId { get; }

Property value

Type: System.Guid
A Guid that represents the ID of an IBackupRestore object.

See also

Reference

SPBackupRestoreHistoryObject class

SPBackupRestoreHistoryObject members

Microsoft.SharePoint.Administration.Backup namespace