Compartilhar via


SPCheckedOutFile.Length property

Obtém o tamanho do arquivo com check-out.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property Length As Long
    Get
'Uso
Dim instance As SPCheckedOutFile
Dim value As Long

value = instance.Length
public long Length { get; }

Property value

Type: System.Int64
O comprimento, em bytes, do arquivo com check-out.

Ver também

Referência

SPCheckedOutFile class

SPCheckedOutFile members

Microsoft.SharePoint namespace