NotesVersion (NotesSession - JavaScript)

Read-only. The release of Domino® the session is running on.

Defined in

NotesSession

Syntax

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() + "."