.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


IsReadOnly property
Example

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


Usage

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