LOTUSSCRIPT/COM/OLE CLASSES


AvailableView property
Beispiel

Read-only. The view name which has been looked up and cached.

Hinweis This property is new with Release 8

Defined in

NotesDirectory

Data type

String

Syntax

To get: AvailableView$ = notesDirectory.AvailableView

Usage

This property will contain the view name specified in the most recent LookupAllNames or LookupNames. If a NotesDirectory has been created but no lookups have been performed against it, this property is null.

Beispiel