Whether this stream is seekable.
Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides ReadOnly Property CanSeek As Boolean |
| C# |
|---|
| public override bool CanSeek { get; } |
| C++ |
|---|
| public override property bool CanSeek override { bool get(); } |
| J# |
|---|
| /** property */ public bool get_CanSeek(); |
| JScript |
|---|
| public function get CanSeek() : bool |
Property Value
Missing <value> tag for "P:PalmSens.Comm.Streams.WinSerialStream.CanSeek"