.

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


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