Свойство Web.RecycleBinEnabled
Gets or sets a value that specifies whether the Recycle Bin is enabled.
Пространство имен: 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 RecycleBinEnabled As Boolean
Get
'Применение
Dim instance As Web
Dim value As Boolean
value = instance.RecycleBinEnabled
public bool RecycleBinEnabled { get; }
Значение свойства
Тип: System.Boolean
true if the Recycle Bin is enabled; otherwise, returns false.