SPRecycleBinItemCollection.Item property
Gets the Recycle Bin item at the specified index in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPRecycleBinItem
Get
'Usage
Dim instance As SPRecycleBinItemCollection
Dim index As Integer
Dim value As SPRecycleBinItem
value = instance(index)
public SPRecycleBinItem this[
int index
] { get; }
Parameters
index
Type: System.Int32A 32-bit integer that specifies the index.
Property value
Type: Microsoft.SharePoint.SPRecycleBinItem
An SPRecycleBinItem object that represents the Recycle Bin item.
See also
Reference
SPRecycleBinItemCollection class