SPRecycleBinItem.Size property
Gets the size of the item in bytes.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Size As Long
Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As Long
value = instance.Size
public long Size { get; }
Property value
Type: System.Int64
A 64-bit integer that indicates the size of the item in bytes.