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