.

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


ViewAlias property
Example

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