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)

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