ViewAlias (NotesUIView - LotusScript®)

Read-only. The alias(es) of a view.

Note: This property is new with Release 5.0.1.

Defined in

NotesUIView

Data type

String

Syntax

To get: viewAlias$ = notesUIView .ViewAlias

Usage

This property returns the alias text as it appears in the View Property box. It is an empty string for no aliases and the names of the aliases separated by vertical bars for multiple aliases. To get multiple aliases as members of a String array, use the Aliases property of NotesView.

Example