JAVA/CORBA CLASSES


getEnvironmentValue method
Example

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


boolean issystem
Return value

Object


Usage

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