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 SPBackupRestoreObject.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Guid
Get
'Usage
Dim instance As SPBackupRestoreObject
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property Value
Type: System.Guid
A Guid that represents the ID of the SPBackupRestoreObject object.
Remarks
Id is also the ID of the object returned by the IBackupRestore property.