LOTUSSCRIPT/COM/OLE CLASSES


DontSendLocalSecurityUpdates property
Example

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

Note This method is new with Release 6.

Defined in

NotesReplication

Data type

Boolean

Syntax

To get: flag = notesReplication.DontSendLocalSecurityUpdates

To set: notesReplication.DontSendLocalSecurityUpdates = flag

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