Свойство RecycleBinItem.ItemType
Gets a value that specifies the type of the Recycle Bin item.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property ItemType As RecycleBinItemType
Get
'Применение
Dim instance As RecycleBinItem
Dim value As RecycleBinItemType
value = instance.ItemType
public RecycleBinItemType ItemType { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.RecycleBinItemType
Returns a RecycleBinItemType instance representing the type of the Recycle Bin item.
Замечания
It must not be none.