JAVA/CORBA クラス


getEnvironmentString メソッド

指定された名前の環境変数 (文字列または数値) の値を取得します。

定義位置

Session

構文

public String getEnvironmentString(String vname)
   throws NotesException

public String getEnvironmentString(String vname, boolean issystem)
   throws NotesException

パラメータ

String vname


boolean issystem
戻り値

String 型


使用法

このメソッドは、現在のセッションの NOTES.INI ファイルから環境変数を取得します。

クロスリファレンス

LotusScript NotesSession クラスの GetEnvironmentString メソッド

式言語の @Environment 関数

式言語の ENVIRONMENT キーワード


関連項目