Compartir a través de


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
true if the current stream can be written to; otherwise, false.

See also

Reference

ConverterStream class

ConverterStream members

Microsoft.Exchange.Data.TextConverters namespace