Share via


ConverterStream.CanWrite Property

The CanWrite property indicates whether this ConverterStream can be written to.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanWrite As Boolean
    Get
'Usage
Dim instance As ConverterStream
Dim value As Boolean

value = instance.CanWrite
public override bool CanWrite { get; }

Property Value

Type: System.Boolean