Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DictionaryObject Class
DictionaryObject Properties
Count Property
Item Property
Keys Property
DictionaryObject
Item Property
Gets the value of the given key, or lack thereof, wrapped inside of a
Fragment
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
Fragment
this
[
string
key
] {
get
; }
Parameters
key
Type:
System
String
The key to check
Return Value
Type:
Fragment
The value of the given key, or lack thereof
Implements
IDictionaryObject
Item
String
IDictionaryFragment
Item
String
See Also
Reference
DictionaryObject Class
Couchbase.Lite Namespace