LOTUSSCRIPT/COM/OLE CLASSES


UniversalID property
Example

Read-only. The Universal ID of a view, which is a 32-character combination of letters and numbers that uniquely identifies a view across all replicas of a database.

Defined in

NotesView

Data type

String

Syntax

To get: unid$ = notesView.UniversalID

Usage

Returns empty strings for category and total entries.

Language cross-reference

UniversalID property in Java View class

Example