JAVA/CORBA CLASSES


Expiration property
Example

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

Defined in

Registration

Data type

DateTime

Syntax

public DateTime getExpiration()
   throws NotesException

public void setExpiration(DateTime date)
   throws NotesException

Usage

Set this property before calling crossCertify, recertify, registerNewCertifier, registerNewServer, or registerNewUser.

This property can be set to null.

Language cross-reference

Expiration property in LotusScript NotesRegistration class

Example