RecycleBinItem.Size Property
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.