SPRecycleBinItem.ID property

Gets the GUID of the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ID As Guid
    Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As Guid

value = instance.ID
public Guid ID { get; }

Property value

Type: System.Guid
A System.Guid object that identifies the transaction ID of the delete transaction. This value does not correspond to the original ID of the item.

See also

Reference

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace