Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DocumentFragment Class
DocumentFragment Properties
Document Property
Exists Property
Item Property
DocumentFragment
Item Property
Gets the value of an arbitrary
String
key
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 lookup the value for
Return Value
Type:
Fragment
The value, or lack thereof, wrapped in a
Fragment
Implements
IDictionaryFragment
Item
String
See Also
Reference
DocumentFragment Class
Couchbase.Lite Namespace