Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getPassword
 

getPassword

Returns the value set by the preceding setPasswordprocedure.
For more information, see the MultipartMessage and the MultiPartMessage example.getPassword function

Syntax

FUNCTION getPassword RETURNS CHARACTER.

Applies to

Session objects

Note

If setPasswordprocedure was not called, The Unknown value (?) is returned.

See also

setPasswordprocedure
For more information, see the Setting and getting JMS connection and session attributes.