.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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, the changes take effect immediately.

Language cross-reference

DontSendLocalSecurityUpdates in Java Replication class

Example
See Also