Click or drag to resize

BodyGetProperties Method

Gets the properties from this object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDictionary<string, Object> GetProperties()

Return Value

Type: IDictionaryString, Object
The properties contained in the object
See Also