LOTUSSCRIPT/COM/OLE CLASSES


Signer property
Example

Read-only. The name of the person who created the signature, if a document is signed.

Defined in

NotesDocument

Data type

String

Syntax

To get: signer$ = notesDocument.Signer

Usage

If a document is not signed, returns an empty string ("").

If the signer is not trusted, returns an empty string.

Language cross-reference

Signer property in Java Document class

@Certificate function in formula language

Example
See Also