LOTUSSCRIPT/COM/OLE CLASSES
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