Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DictionaryObject Class
DictionaryObject Methods
Set Method
Set Method (IDictionary(String, Object))
Set Method (String, Object)
DictionaryObject
Set Method (String, Object)
Sets the given key to the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
public
IDictionaryObject
Set
(
string
key
,
Object
value
)
Parameters
key
Type:
System
String
The key to set
value
Type:
System
Object
The value to set
Return Value
Type:
IDictionaryObject
Itself for further processing
Implements
IDictionaryObject
Set(String, Object)
See Also
Reference
DictionaryObject Class
Set Overload
Couchbase.Lite Namespace