UserGroupNameList (NotesSession - LotusScript®)

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 current effective user name and the alternate user name, if available.. For Mary Smith/Department One/Acme, for example, the groups include */Department One/Acme and */Acme.

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

Example