LOTUSSCRIPT/COM/OLE CLASSES


NotesVersion property
Example

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.

Language cross-reference

NotesVersion property in Java Session class

@Version function in formula language

Example