CLASSI JAVA/CORBA


DontSendLocalSecurityUpdates property
Esempio

Read-write. Indicates whether local security (encryption) updates are sent.

Nota This method is new with Release 6.5.

Defined in

Replication

Data type

boolean

Syntax

public boolean getDontSendLocalSecurityUpdates()
   throws NotesException

public void setDontSendLocalSecurityUpdates(boolean flag)
   throws NotesException

Legal values


Usage

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.

Language cross-reference

DontSendLocalSecurityUpdates in Java Replication class

Esempio
Vedere anche