LOTUSSCRIPT/COM/OLE CLASSES


Query property
Example

Read-only. The text of the query that produced a document collection, if the collection results from a full-text or other search.

Defined in

NotesDocumentCollection

Data type

String

Syntax

To get: query$ = notesDocumentCollection.Query

Usage

For collections produced without a search (for example, using the AllDocuments property in NotesDatabase), this property returns an empty string ("").

Language cross-reference

Query property in Java DocumentCollection class

Example