'Declaration Public Overrides ReadOnly Property CanSeek As Boolean
public override bool CanSeek { get; }
public: __property bool get_CanSeek(); override;
Return Value
true - if the stream supports seeking; false - if the stream is closed or if the stream was constructed from an operating system handle such as a pipe or output to the console.