Share via


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