Read-only. Indicates that the stream is associated with a read-only file.
Defined in
NotesStream
Data type
Boolean
Syntax
To get: flag = notesStream.IsReadOnly
Legal values
This property is True if the stream is opened to a read-only file. Otherwise it is False.
Write operations on a read-only file raise an error.
Language cross-reference
IsReadOnly property in Java Stream class
Example