[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.CanWrite

CanWrite Property

CanWrite

Gets a value indicating whether the current stream supports writing.

Declaration
public override bool CanWrite { get; }
Property Value
Type Description
bool

true if the stream supports writing; otherwise, false.

Overrides