JAVA/CORBA CLASSES


UserName property
Example

Read-only. The full name of the user or server that created the session.

Defined in

Session

Data type

String

Syntax

public String getUserName()
   throws NotesException

Usage

If the user name is hierarchical, this property returns the fully distinguished name. To get only the common name, use the CommonUserName property.

Language cross-reference

UserName property in LotusScript NotesSession class

@UserName function in formula language

@V3UserName function in formula language

Example
See Also