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