Click or drag to resize

IPropertyContainerContains Method

Gets whether or not this object contains a given key

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key to check for

Return Value

Type: Boolean
whether or not this object contains a given key
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also