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 ID of the SPBackupRestoreConsoleObject that represented the operation, when it was ongoing, if it was a restore operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RestoreId As Guid
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As Guid
value = instance.RestoreId
public Guid RestoreId { get; }
Property Value
Type: System.Guid
A Guid that represents the ID of a restore operation.
Remarks
If the operation was a backup, then the SelfId property holds its original ID.
See Also
Reference
SPBackupRestoreHistoryObject Class