Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableDictionaryFragment Interface
IMutableDictionaryFragment Properties
Item Property
IMutableDictionaryFragment
Item Property
Gets the value of an arbitrary
String
key
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
IMutableFragment
this
[
string
key
] {
get
; }
Parameters
key
Type:
System
String
The key to lookup the value for
Return Value
Type:
IMutableFragment
The value, or lack thereof, wrapped in a
IMutableFragment
See Also
Reference
IMutableDictionaryFragment Interface
Couchbase.Lite Namespace