Click or drag to resize

RevisionUserProperties Property

Gets the properties of the Revision. without any properties with keys prefixed with '_' (which contain Couchbase Lite data).

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public virtual IDictionary<string, Object> UserProperties { get; }

Property Value

Type: IDictionaryString, Object
The properties of the Revision.
See Also