LOTUSSCRIPT/COM/OLE CLASSES


MaxSize property
Beispiel

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

Hinweis 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.

Language cross-reference

MaxSize in Java Database class

Beispiel