In This Topic
Gets a value indicating whether the UniBlob object supports writing.
Syntax
'Declaration
Public ReadOnly Property CanWrite As Boolean
public bool CanWrite {get;}
Property Value
true if the
UniBlob stream can be written;
false if a
UniBlob is closed, disposed or
Null.
See Also