System::IO::Stream::get_CanWrite method

Stream::get_CanWrite method

Determines if the stream is writable.

virtual bool System::IO::Stream::get_CanWrite() const =0

ReturnValue

True if the stream is writable; otherwise - false

See Also