Share via


SPFileStream.CanSeek Property

Gets a Boolean value indicating whether the current stream supports seeking.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides ReadOnly Property CanSeek As Boolean
    Get
'Usage
Dim instance As SPFileStream
Dim value As Boolean

value = instance.CanSeek
public override bool CanSeek { get; }

Property Value

Type: System.Boolean
true if the stream supports seeking; false if the stream is closed.

See Also

Reference

SPFileStream Class

SPFileStream Members

Microsoft.SharePoint Namespace