LOTUSSCRIPT/COM/OLE CLASSES


Name property
Example

Read-write. The name of a view.

Note This property is read-write starting with Release 6.

Defined in

NotesView

Data type

String

Syntax

To get: name$ = notesView.Name

To set: notesView.Name = name$

Usage

You can use GetView with any of the view's names. Notes parses through all the view's names and the Name property returns the first one on the list. You can use the Aliases property to access the rest of the names.

For example, for the name "All\By review date|Review," the property returns "All\By review date."

Language cross-reference

Name property in Java View class

@ViewTitle function in formula language

FolderRename @command in formula language

Example
See Also