Свойство RecycleBinItem.Size
Gets a value that specifies the size of the Recycle Bin item in bytes.
Пространство имен: 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 Size As Long
Get
'Применение
Dim instance As RecycleBinItem
Dim value As Long
value = instance.Size
public long Size { get; }
Значение свойства
Тип: System.Int64
Returns a Int64 instance representing the size of the Recycle Bin item in bytes.
Замечания
Its value must be equal to or greater than 0.