IsProfile (NotesDocument - LotusScript®)

Read-only. Indicates whether a NotesDocument object is a Profile document.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .IsProfile

Legal values

  • True indicates that the document is a Profile document.
  • False indicates that the document is not a Profile document.

Example