LOTUSSCRIPT/COM/OLE CLASSES


UserGroupNameList property
Example

Read-only. The groups to which the current user belongs.

Note This property is new with Release 6.

Defined in

NotesSession

Data type

Array of NotesName objects

Syntax

To get: notesNameArray = notesSession.UserGroupNameList

Usage

The "groups" include the hierarchical parents of the user ID. For Mary Smith/Department One/Acme, for example, the groups include */Department One/Acme and */Acme.

The groups include those to which the user belongs in the Domino Directory or Personal Address Book where the program is running.

Language cross-reference

UserGroupNameList property in Java Session class

Example
See Also