Click or drag to resize

RevisionId Property

Gets the Revision's id.

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

Property Value

Type: String
The Revision's id.
See Also