ReplicationCreateTarget Property |
Gets or sets whether the target
Database should be created
if it doesn't already exist. This only has an effect if the target supports it.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public abstract bool CreateTarget { get; set; }
Property Value
Type:
BooleanSee Also