SPWebApplication.RecycleBinEnabled property

Gets or sets a value that determines whether the recycle bin is enabled.

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

Syntax

'Declaration
Public Property RecycleBinEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.RecycleBinEnabled

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

Property value

Type: System.Boolean
true if the recycle bin is enabled; otherwise, false. The default value is true.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace