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 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.