| IDictionaryObjectGetDictionary Method  | 
 
            Gets the value of a given key as a readonly dictionary
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
SyntaxDictionaryObject GetDictionary(
	string key
)
Parameters
- key
- Type: SystemString
 The key to check the value for
Return Value
Type: 
DictionaryObjectThe contained value, or 
null See Also
See Also