JAVA/CORBA CLASSES


DontSendLocalSecurityUpdates property
Example

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

Note 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

Example
See Also