getUserName (UserID - Java™)
Gets the user name of a given user ID.
Defined in
UserIDSyntax
public String getUserName()
throws NotesException;
Return value | Description |
---|---|
name | User name of this user ID. |
Gets the user name of a given user ID.
public String getUserName()
throws NotesException;
Return value | Description |
---|---|
name | User name of this user ID. |