LOTUSSCRIPT/COM/OLE CLASSES


CanCreateLSOrJavaAgent property
Example

Read-write. For an entry with Reader access, indicates whether the entry is allowed to create LotusScript or Java agents.

Note This property is new with Release 5.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry.CanCreateLSOrJavaAgent

To set: notesACLEntry.CanCreateLSOrJavaAgent = flag

Legal values


Usage

After setting this property, you must call Save on the parent NotesACL in order for the changes to take effect. If you do not call Save, your changes to the NotesACLEntry will be lost.

Language cross-reference

IsCanCreateLSOrJavaAgent in Java ACLEntry class

Example
See Also