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 public Object GetProperty(
string key
)
Parameters
- key
- Type: SystemString
The key of the property value to return.
Return Value
Type:
ObjectThe value of the property with the specified key.
See Also