Name (NotesView - LotusScript®)
Read-write. The name of a view.
Note: This property is read-write starting with
Release 6.
Defined in
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."