LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The name of the view whose design a view inherits.
Note This property is new with Release 6.
Defined in
NotesView
Data type
String
Syntax
To get: viewName$ = notesView.ViewInheritedName
Usage
If a view is a copy of another view, this property is the name of the base view. Otherwise, this property is an empty string.
If the design is customized after the view is copied, this property is an empty string.
Language cross-reference
ViewInheritedName property in Java View class
Example