Freigeben über


SPFileStream.Length-Eigenschaft

Ruft die Länge des Streams in Bytes ab.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Length As Long
    Get
'Usage
Dim instance As SPFileStream
Dim value As Long

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

Eigenschaftswert

Typ: System.Int64
Ein long -Wert, der die Länge des Streams in Bytes darstellt.

Siehe auch

Referenz

SPFileStream Klasse

SPFileStream-Member

Microsoft.SharePoint-Namespace