Click or drag to resize

DocumentUserProperties Property

Gets the properties of the current Revision of the Document 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 IDictionary<string, Object> UserProperties { get; }

Property Value

Type: IDictionaryString, Object
The properties of the current Revision of the Document without any properties with keys prefixed with '_'.
Remarks
The user-defined properties, without the ones reserved by CouchDB. This is based on -properties, with every key whose name starts with "_" removed.
See Also