Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that specifies the type of the Recycle Bin item.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemType As RecycleBinItemType
Get
'Usage
Dim instance As RecycleBinItem
Dim value As RecycleBinItemType
value = instance.ItemType
public RecycleBinItemType ItemType { get; }
Property value
Type: Microsoft.SharePoint.Client.RecycleBinItemType
Returns a RecycleBinItemType instance representing the type of the Recycle Bin item.
Remarks
It must not be none.