Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IPropertyContainer Interface
IPropertyContainer Methods
Contains Method
Get Method
GetArray Method
GetBlob Method
GetBoolean Method
GetDate Method
GetDouble Method
GetFloat Method
GetLong Method
GetString Method
GetSubdocument Method
Remove Method
Revert Method
Set Method
IPropertyContainer
Contains 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#
Copy
bool
Contains
(
string
key
)
Parameters
key
Type:
System
String
The key to check for
Return Value
Type:
Boolean
whether or not this object contains a given key
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IPropertyContainer Interface
Couchbase.Lite Namespace