SPBackupRestoreObject.Id property

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.

See also

Reference

SPBackupRestoreObject class

SPBackupRestoreObject members

Microsoft.SharePoint.Administration.Backup namespace