Click or drag to resize

UnsavedRevisionSetProperties Method

Sets the properties of the Revision.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void SetProperties(
	IDictionary<string, Object> newProperties
)

Parameters

newProperties
Type: System.Collections.GenericIDictionaryString, Object
New properties.
See Also