.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


AvailableView property
Example

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

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

Example