JAVA/CORBA CLASSES
Given the name of a numeric environment variable, retrieves its value.
Defined in
Session
Syntax
public Object getEnvironmentValue(String vname) throws NotesException
public Object getEnvironmentValue(String vname, boolean issystem) throws NotesException
Parameters
String vname
Object
This method retrieves the environment variable from the NOTES.INI file for the current session.
Do not use this method for string values.
Language cross-reference
GetEnvironmentValue method in LotusScript NotesSession class
Example See Also