MemoryStream: CanSeek (get)

CanSeek

Gets value indicating whether the current stream supports seeking.



 Public Property Get CanSeek ( ) As Boolean

Return Values

Boolean -  True if the stream supports seeking; otherwise, False.

Remarks

If the stream is closed, this property return False.

Read Only.

See Also

Project CorLib Overview

Class MemoryStream Overview