userName property
- Last Updated: April 9, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the username passed as a parameter to the most recent call to the login( ) method on the current JSDOSession object.
Data type:
string
Access: Read-only
Applies to: progress.data.JSDOSession class
This value is returned, whether or not the most recent call to login( ) succeeded.
See also:
getSession( ) stand-alone function, login( ) method (JSDOSession class)