SPWebApplication.SecondStageRecycleBinQuota Property

Gets or sets a value that contains the percentage of storage quota that is allocated to second stage recycle bin.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property SecondStageRecycleBinQuota As Integer
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer

value = instance.SecondStageRecycleBinQuota

instance.SecondStageRecycleBinQuota = value
public int SecondStageRecycleBinQuota { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the percentage of storage quota that is allocated to second stage recycle bin.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace