SPBackupRestoreConsoleObject.Id Property
Gets the unique ID of the backup or restore operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Id As Guid
Get
Dim instance As SPBackupRestoreConsoleObject
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property Value
Type: System.Guid
A Guid that identifies the operation.
Remarks
Various methods of SPBackupRestoreConsole use this property to identify which backup or restore operation to set as active, run, etc.
See Also
Reference
SPBackupRestoreConsoleObject Class