Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IPropertyContainer Interface
IPropertyContainer Methods
Contains Method
Get Method
GetArray Method
GetBlob Method
GetBoolean Method
GetDate Method
GetDouble Method
GetFloat Method
GetLong Method
GetString Method
GetSubdocument Method
Remove Method
Revert Method
Set Method
IPropertyContainer
Set Method
Sets the given value to the given key in the object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
IPropertyContainer
Set
(
string
key
,
Object
value
)
Parameters
key
Type:
System
String
The key to set
value
Type:
System
Object
The value to use
Return Value
Type:
IPropertyContainer
Returns itself (so that this call can be chained)
Exceptions
Exception
Condition
ArgumentException
value
is not a valid JSON type
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IPropertyContainer Interface
Couchbase.Lite Namespace