.

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

JAVA/CORBA CLASSES


UserNameList property
Example

Read-only. The name of the user or server that created the session, and the alternate name if it exists.

Defined in

Session

Data type

java.util.Vector; elements are Name

Syntax

public java.util.Vector getUserNameList()
   throws NotesException

Usage

If the user does not have an alternate name, getUserNameList returns a vector of one element containing the user name. If the user does have an alternate name, getUserNameList returns a vector of two elements containing the user name and the alternate user name.

Language cross-reference

UserNameList property in LotusScript NotesSession class

Example
See Also