Web.RecycleBin property
Gets the recycle bin of the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RecycleBin As RecycleBinItemCollection
Get
'Usage
Dim instance As Web
Dim value As RecycleBinItemCollection
value = instance.RecycleBin
public RecycleBinItemCollection RecycleBin { get; }
Property value
Type: Microsoft.SharePoint.Client.RecycleBinItemCollection
A RecycleBinItemCollection object that represents the recycle bin.