CanWrite
Overrides Stream
This instance property indicates whether or not the LOB object supports writing.
Declaration
// C# public override bool CanWrite{get;}
Property Value
If the LOB stream can be written, returns true
; otherwise, returns false
.