LOTUSSCRIPT/COM/OLE CLASSES


Expiration property
Example

Read-write. The expiration date to use when creating ID files.

Defined in

NotesRegistration

Data type

Variant of type DATE

Syntax

To get: date = notesRegistration.Expiration

To set: notesRegistration.Expiration = date

Usage

Set this property before calling CrossCertify, Recertify, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

This property can be set to Nothing.

Language cross-reference

Expiration property in Java Registration class

Example