Click or drag to resize

ReplicationOptions Property

Note: This API is now obsolete.

Gets or sets custom options on this replication

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Replaced by ReplicationOptions")]
public ReplicationOptionsDictionary Options { get; set; }

Property Value

Type: ReplicationOptionsDictionary
See Also