LOTUSSCRIPT/COM/OLE CLASSES


UserType property
Example

Read-write. Indicates the type of user for a particular entry.

Note This property is new with Release 5.

Defined in

NotesACLEntry

Data type

Constant of type integer

Syntax

To get: usertype% = notesACLEntry.UserType

To set: notesACLEntry.UserType = usertype%

Legal values


Language cross-reference

UserType in Java ACLEntry class

Example
See Also