ConverterStream.CanRead property
The CanRead property indicates whether the current stream supports reading.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CanRead As Boolean
Get
'Usage
Dim instance As ConverterStream
Dim value As Boolean
value = instance.CanRead
public override bool CanRead { get; }
Property value
Type: System.Boolean
true if the current stream supports reading; otherwise, false.