MaxSize (NotesDatabase - LotusScript®)

Read-only. Shows the maximum size assigned to the database when the database was created.

Note: This property is new with Release 5.

Defined in

NotesDatabase

Data type

Double

Syntax

To get: size = notesDatabase .MaxSize

Usage

The database must be open to use this property.

Example