JAVA/CORBA クラス


getEnvironmentString メソッド

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

定義が行われるクラスSession
構文public String getEnvironmentString(String vname)
throws NotesException

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

パラメータString vname


boolean issystem
戻り値文字列
使用法このメソッドは、現在のセッションの NOTES.INI ファイルから環境変数を取得します。
クロスリファレンスLotusScript NotesSession クラスの GetEnvironmentString メソッド
式言語の @Environment 関数

式言語の ENVIRONMENT キーワード


関連項目