| IDictionaryFragmentItem Property  | 
 
            Gets the value of the given key, or lack thereof,
            wrapped inside of a 
IFragment 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
SyntaxIFragment this[
	string key
] { get; }Parameters
- key
- Type: SystemString
 The key to check
Return Value
Type: 
IFragmentThe value of the given key, or lack thereof
 See Also
See Also