RecycleBinItem.Size - Propriété
Gets a value that specifies the size of the Recycle Bin item in bytes.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Size As Long
Get
'Utilisation
Dim instance As RecycleBinItem
Dim value As Long
value = instance.Size
public long Size { get; }
Valeur de propriété
Type : System.Int64
Returns a Int64 instance representing the size of the Recycle Bin item in bytes.
Remarques
Its value must be equal to or greater than 0.