Web.RecycleBinEnabled property

Gets or sets a value that specifies whether the Recycle Bin is enabled.

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

Syntax

'Declaration
Public ReadOnly Property RecycleBinEnabled As Boolean
    Get
'Usage
Dim instance As Web
Dim value As Boolean

value = instance.RecycleBinEnabled
public bool RecycleBinEnabled { get; }

Property value

Type: System.Boolean
true if the Recycle Bin is enabled; otherwise, returns false.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace