.

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


ViewInheritedName property
Example

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