DocumentChangeIsConflict Property |
Gets a value indicating whether this instance is conflict.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool IsConflict { get; }
Property Value
Type:
Booleantrue if this instance is conflict; otherwise,
false.
See Also