NotesVersion (NotesSession - LotusScript®)

Read-only. The release of Notes® in which the current script is running.

Defined in

NotesSession

Data type

String

Syntax

To get: version$ = notesSession .NotesVersion

Usage

If the script runs on a workstation, this property returns the workstation's release number. If the script runs on a server, it returns the server's release number.

See NotesBuildVersion for the build number.

Example