Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Fragment Class
Fragment Properties
Item Property
Item Property (Int32)
Item Property (String)
Fragment
Item Property (String)
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: 0.0.0
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
IDictionaryFragment
Item
String
See Also
Reference
Fragment Class
Item Overload
Couchbase.Lite Namespace