Click or drag to resize

BodySetPropertyForKey Method

Sets the property for a given key.

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

Parameters

key
Type: SystemString
The key to set.
value
Type: SystemObject
The value to set.
See Also