SPRecycleBinItem.Size Property
Gets the size of the item in bytes.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MinValue, Value := )> _
<ClientCallableAttribute> _
Public ReadOnly Property Size As Long
Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As Long
value = instance.Size
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MinValue, Value = )]
[ClientCallableAttribute]
public long Size { get; }
Property Value
Type: System.Int64
A 64-bit integer that indicates the size of the item in bytes.