Click or drag to resize

AttachmentRevision Property

Gets the owning Revision.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Revision Revision { get; }

Property Value

Type: Revision
the owning Revision.
See Also