LOTUSSCRIPT/COM/OLE CLASSES


GetFirstEntry method
Example

Gets the first entry in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Set notesViewEntry = notesViewEntryCollection.GetFirstEntry( )

Return value

notesViewEntry


Language cross-reference

getFirstEntry method in Java ViewEntryCollection class

Example