SPRecycleBinItemCollection.BinType property
Gets the type of Recycle Bin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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