File.Length - Propriété
Gets the size of the file in bytes, excluding the size of any Web Parts that are used in the file.
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 Length As Long
Get
'Utilisation
Dim instance As File
Dim value As Long
value = instance.Length
public long Length { get; }
Valeur de propriété
Type : System.Int64
A 64-bit integer that represents the size of the file.