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
Get Method
Gets the untyped value for the given key
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
Object
Get
(
string
key
)
Parameters
key
Type:
System
String
The key to check
Return Value
Type:
Object
The value stored in the given key, or
null
if it doesn't exist
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IPropertyContainer Interface
Couchbase.Lite Namespace