LOTUSSCRIPT/COM/OLE CLASSES


Size property
Example

Read-only. The size of a database, in bytes.

Defined in

NotesDatabase

Data type

Double

Syntax

To get: size# = notesDatabase.Size

Usage

The database does not need to be open to use this property.

Language cross-reference

Size in Java Database class

Example