NotesVersion (NotesSession - JavaScript™)
Read-only. The release of Domino® the session is running on.
Defined in
NotesSessionSyntax
getNotesVersion() : string
Usage
This is the Notes® version of the server.Examples
This computed field displays the Notes® version and platform of the server.return "Running Notes " + session.getNotesVersion() +
" on " + session.getPlatform() + "."