Click or drag to resize

IPropertyContainerProperties Property

Gets or sets the raw properties for the object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IDictionary<string, Object> Properties { get; set; }

Property Value

Type: IDictionaryString, Object
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also