Click or drag to resize

RevisionGetProperty Method

Returns the value of the property with the specified key.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Object GetProperty(
	string key
)

Parameters

key
Type: SystemString
The key of the property value to return.

Return Value

Type: Object
The value of the property with the specified key.
See Also