.

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


Parent property
Example

Read-only. The parent view, view entry collection (COM only), or view navigator (COM only) of a view entry.

Note In COM this property is the NotesViewEntryCollection, NotesViewNavigator, or NotesView object from which the view entry was accessed. In LotusScript this property is the NotesView object from which the view entry was accessed or upon which the view entry's navigator or collection is based.

Defined in

NotesViewEntry

Data type

NotesView (LotusScript)

NotesView, NotesViewEntryCollection, or NotesViewNavigator (COM)

Syntax

To get: Set notesViewObject = notesViewEntry.Parent

Language cross-reference

Parent property in Java ViewEntry class

Example