Gets a value indicating whether the TdStream object supports seeking.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property CanSeek As Boolean
'Usage
Dim instance As TdStream
Dim value As Boolean
value = instance.CanSeek
public override bool CanSeek {get;}
public:
property bool CanSeek {
bool get() override;
}
Property Value
Seeking is not currently supported. Therefore, it will always return
false
.
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also