Click or drag to resize

BodyHasValueForKey Method

Determines whether this instance has value the specified key.

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

Parameters

key
Type: SystemString
The key to check

Return Value

Type: Boolean
true if this instance has value for the specified key; otherwise, false.
See Also