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 a value that specifies the size of the Recycle Bin item in bytes.
Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Size As Long
    Get
'Usage
Dim instance As RecycleBinItem
Dim value As Long
value = instance.Size
[RemoteAttribute]
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.