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)

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