NotesVersion (NotesSession - JavaScript)

読み取り専用。セッションが実行されている Domino® のリリース。

定義場所

NotesSession

構文

getNotesVersion() : string

使用法

これは、サーバーの Notes のバージョンです。

この計算結果フィールドには、Notes のバージョンとサーバーのプラットフォームが表示されます。
return "Running Notes " + session.getNotesVersion() +
" on " + session.getPlatform() + "."

言語間の参照

LotusScript® NotesSession クラスの NotesVersion プロパティ

Java™ Session クラスの NotesVersion プロパティ

式言語の @Version 関数