ConverterStream.CanSeek property
The CanSeek property returns false to indicate that the ConverterStream object does not support seeks.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CanSeek As Boolean
Get
'Usage
Dim instance As ConverterStream
Dim value As Boolean
value = instance.CanSeek
public override bool CanSeek { get; }
Property value
Type: System.Boolean
true if the current stream supports seeking; otherwise, false.