RecycleBinItem.Size property
Gets a value that specifies the size of the Recycle Bin item in bytes.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Size As Long
Get
'Usage
Dim instance As RecycleBinItem
Dim value As Long
value = instance.Size
public long Size { get; }
Property value
Type: System.Int64
Returns a Int64 instance representing the size of the Recycle Bin item in bytes.
Remarks
Its value must be equal to or greater than 0.