NotesBuildVersion (NotesSession - LotusScript®)

Read-only. The Notes® build version in which a selected document resides.

Note: This method is new with Release 5.

Defined in

NotesSession

Data type

Long

Syntax

To get: long = notesSession .NotesBuildVersion

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.

This property is the build number as listed in @Version. See NotesVersion for the release name.

Example