Click or drag to resize

BodyGetPropertyForKey Method (String)

Gets the property for the given key

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Object GetPropertyForKey(
	string key
)

Parameters

key
Type: SystemString
Key.

Return Value

Type: Object
The property for the given key
See Also