SPRecycleBinItemCollection.BinType Property
Gets the type of Recycle Bin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property BinType As SPRecycleBinType
Get
'Usage
Dim instance As SPRecycleBinItemCollection
Dim value As SPRecycleBinType
value = instance.BinType
public SPRecycleBinType BinType { get; }
Property Value
Type: Microsoft.SharePoint.SPRecycleBinType
An SPRecycleBinType value that indicates the type of Recycle Bin.
See Also
Reference
SPRecycleBinItemCollection Class