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