Click or drag to resize

IMutableFragmentValue Property

Gets or sets the value of the fragment as an untyped object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
Object Value { get; set; }

Property Value

Type: Object
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when a value is attempted to be set on a key path that does not exist
See Also