LOTUSSCRIPT/COM/OLE CLASSES


Name property
Example

Read-only. The name of the server that has the database directory you are searching. This property is set when you create a database directory.

Defined in

NotesDbDirectory

Data type

String

Syntax

To get: serverName$ = notesDbDirectory.Name

Usage

This property returns an empty string ("") for NotesDbDirectory objects that represent the current computer.

Language cross-reference

Name property in Java DbDirectory class

Example
See Also