Gets a value indicating whether data can be read from the TdStream.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property CanRead As Boolean
'Usage
Dim instance As TdStream
Dim value As Boolean
value = instance.CanRead
public override bool CanRead {get;}
public:
property bool CanRead {
bool get() override;
}
Property Value
true
if TdStream is open and
false
otherwise.
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